Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.UpdatePipelineStatusRequest
-
Packages that use UpdatePipelineStatusRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of UpdatePipelineStatusRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type UpdatePipelineStatusRequest Modifier and Type Method Description default CompletableFuture<UpdatePipelineStatusResponse>ElasticTranscoderAsyncClient. updatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest)The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.default UpdatePipelineStatusResponseElasticTranscoderClient. updatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest)The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs. -
Uses of UpdatePipelineStatusRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type UpdatePipelineStatusRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePipelineStatusRequestMarshaller. marshall(UpdatePipelineStatusRequest updatePipelineStatusRequest)
-