Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.UpdatePipelineStatusResponse
-
Packages that use UpdatePipelineStatusResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service -
-
Uses of UpdatePipelineStatusResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return UpdatePipelineStatusResponse Modifier and Type Method Description default UpdatePipelineStatusResponseElasticTranscoderClient. updatePipelineStatus(Consumer<UpdatePipelineStatusRequest.Builder> 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.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type UpdatePipelineStatusResponse Modifier and Type Method Description default CompletableFuture<UpdatePipelineStatusResponse>ElasticTranscoderAsyncClient. updatePipelineStatus(Consumer<UpdatePipelineStatusRequest.Builder> updatePipelineStatusRequest)The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.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.
-