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 WarningWarning. clone()WarningWarning. withCode(String code)The code of the cross-regional warning.WarningWarning. 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 CreatePipelineResultCreatePipelineResult. withWarnings(Warning... warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.ReadPipelineResultReadPipelineResult. withWarnings(Warning... warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.UpdatePipelineResultUpdatePipelineResult. 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 voidCreatePipelineResult. 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.voidReadPipelineResult. 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.voidUpdatePipelineResult. 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.CreatePipelineResultCreatePipelineResult. 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.ReadPipelineResultReadPipelineResult. 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.UpdatePipelineResultUpdatePipelineResult. 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.
-