Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Warning> |
UpdatePipelineResult.warnings
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
private SdkInternalList<Warning> |
ReadPipelineResult.warnings
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
private SdkInternalList<Warning> |
CreatePipelineResult.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 |
---|---|
Warning |
Warning.clone() |
Warning |
Warning.withCode(java.lang.String code)
The code of the cross-regional warning.
|
Warning |
Warning.withMessage(java.lang.String message)
The message explaining what resources are in a different region from the
pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
java.util.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.
|
java.util.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 |
---|---|
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.
|
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.
|
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 |
UpdatePipelineResult.setWarnings(java.util.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 |
ReadPipelineResult.setWarnings(java.util.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(java.util.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(java.util.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(java.util.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(java.util.Collection<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 |
---|---|
Warning |
WarningJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WarningJsonMarshaller.marshall(Warning warning,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|