Uses of Class
com.amazonaws.services.elastictranscoder.model.UpdatePipelineStatusRequest

Packages that use UpdatePipelineStatusRequest
com.amazonaws.services.elastictranscoder Synchronous and asynchronous client classes for accessing AmazonElasticTranscoder. 
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of UpdatePipelineStatusRequest in com.amazonaws.services.elastictranscoder
 

Methods in com.amazonaws.services.elastictranscoder with parameters of type UpdatePipelineStatusRequest
 UpdatePipelineStatusResult AmazonElasticTranscoderClient.updatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 UpdatePipelineStatusResult AmazonElasticTranscoder.updatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsyncClient.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsync.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsyncClient.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest, AsyncHandler<UpdatePipelineStatusRequest,UpdatePipelineStatusResult> asyncHandler)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsync.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest, AsyncHandler<UpdatePipelineStatusRequest,UpdatePipelineStatusResult> asyncHandler)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 

Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type UpdatePipelineStatusRequest
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsyncClient.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest, AsyncHandler<UpdatePipelineStatusRequest,UpdatePipelineStatusResult> asyncHandler)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 Future<UpdatePipelineStatusResult> AmazonElasticTranscoderAsync.updatePipelineStatusAsync(UpdatePipelineStatusRequest updatePipelineStatusRequest, AsyncHandler<UpdatePipelineStatusRequest,UpdatePipelineStatusResult> asyncHandler)
           The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
 

Uses of UpdatePipelineStatusRequest in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineStatusRequest
 UpdatePipelineStatusRequest UpdatePipelineStatusRequest.withId(String id)
          The identifier of the pipeline to update.
 UpdatePipelineStatusRequest UpdatePipelineStatusRequest.withStatus(String status)
          The desired status of the pipeline: Active: The pipeline is processing jobs. Paused: The pipeline is not currently processing jobs.
 



Copyright © 2016. All rights reserved.