Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.Warning
-
Packages that use Warning Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Warning in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Warning Modifier and Type Method Description List<Warning>CreatePipelineResponse. warnings()Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.List<Warning>ReadPipelineResponse. warnings()Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.List<Warning>UpdatePipelineResponse. warnings()Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type Warning Modifier and Type Method Description CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. warnings(Warning... warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.ReadPipelineResponse.BuilderReadPipelineResponse.Builder. warnings(Warning... warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.UpdatePipelineResponse.BuilderUpdatePipelineResponse.Builder. warnings(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 software.amazon.awssdk.services.elastictranscoder.model with type arguments of type Warning Modifier and Type Method Description CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. warnings(Collection<Warning> warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.ReadPipelineResponse.BuilderReadPipelineResponse.Builder. warnings(Collection<Warning> warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.UpdatePipelineResponse.BuilderUpdatePipelineResponse.Builder. warnings(Collection<Warning> warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
-