Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
Warning |
Warning.clone() |
Warning |
Warning.withCode(String code)
The code of the cross-regional warning.
|
Warning |
Warning.withMessage(String message)
The message explaining what resources are in a different region from the pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ReadPipelineResult.getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
List<Warning> |
UpdatePipelineResult.getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
List<Warning> |
CreatePipelineResult.getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
Modifier and Type | Method and Description |
---|---|
ReadPipelineResult |
ReadPipelineResult.withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
UpdatePipelineResult |
UpdatePipelineResult.withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
CreatePipelineResult |
CreatePipelineResult.withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadPipelineResult.setWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
void |
UpdatePipelineResult.setWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
void |
CreatePipelineResult.setWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
ReadPipelineResult |
ReadPipelineResult.withWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
UpdatePipelineResult |
UpdatePipelineResult.withWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
CreatePipelineResult |
CreatePipelineResult.withWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
Copyright © 2019. All rights reserved.