Uses of Class
com.amazonaws.services.elastictranscoder.model.Warning
Packages that use Warning
-
Uses of Warning in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return WarningModifier and TypeMethodDescriptionWarning.clone()
The code of the cross-regional 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 WarningModifier and TypeMethodDescriptionCreatePipelineResult.getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.ReadPipelineResult.getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.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 WarningModifier and TypeMethodDescriptionCreatePipelineResult.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.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.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 WarningModifier and TypeMethodDescriptionvoid
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.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.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.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.