Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.