Uses of Class
com.amazonaws.services.elastictranscoder.model.Warning
-
Packages that use Warning Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Warning in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Warning Modifier and Type Method 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.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Warning Modifier and Type Method Description 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.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.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Warning Modifier and Type Method Description 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.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.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Warning Modifier and Type Method Description 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.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.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.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.
-