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

Packages that use UpdatePipelineStatusResult
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 UpdatePipelineStatusResult in com.amazonaws.services.elastictranscoder
 

Methods in com.amazonaws.services.elastictranscoder that return UpdatePipelineStatusResult
 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.
 

Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type UpdatePipelineStatusResult
 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 UpdatePipelineStatusResult
 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 UpdatePipelineStatusResult in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineStatusResult
 UpdatePipelineStatusResult UpdatePipelineStatusResult.withPipeline(Pipeline pipeline)
          A section of the response body that provides information about the pipeline.
 



Copyright © 2016. All rights reserved.