|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdatePipelineRequest | |
---|---|
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 UpdatePipelineRequest in com.amazonaws.services.elastictranscoder |
---|
Methods in com.amazonaws.services.elastictranscoder with parameters of type UpdatePipelineRequest | |
---|---|
UpdatePipelineResult |
AmazonElasticTranscoderClient.updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Use the UpdatePipeline operation to update settings for
a pipeline. |
UpdatePipelineResult |
AmazonElasticTranscoder.updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsyncClient.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsync.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsyncClient.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest,
AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsync.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest,
AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type UpdatePipelineRequest | |
---|---|
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsyncClient.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest,
AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Future<UpdatePipelineResult> |
AmazonElasticTranscoderAsync.updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest,
AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Use the UpdatePipeline operation to update settings for
a pipeline. |
Uses of UpdatePipelineRequest in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineRequest | |
---|---|
UpdatePipelineRequest |
UpdatePipelineRequest.withContentConfig(PipelineOutputConfig contentConfig)
The optional ContentConfig object specifies information
about the Amazon S3 bucket in which you want Elastic Transcoder to
save transcoded files and playlists: which bucket to use, which users
you want to have access to the files, the type of access you want
users to have, and the storage class that you want to assign to the
files. |
UpdatePipelineRequest |
UpdatePipelineRequest.withId(String id)
The ID of the pipeline that you want to update. |
UpdatePipelineRequest |
UpdatePipelineRequest.withInputBucket(String inputBucket)
The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks. |
UpdatePipelineRequest |
UpdatePipelineRequest.withName(String name)
The name of the pipeline. |
UpdatePipelineRequest |
UpdatePipelineRequest.withNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. |
UpdatePipelineRequest |
UpdatePipelineRequest.withRole(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline. |
UpdatePipelineRequest |
UpdatePipelineRequest.withThumbnailConfig(PipelineOutputConfig thumbnailConfig)
The ThumbnailConfig object specifies several values,
including the Amazon S3 bucket in which you want Elastic Transcoder to
save thumbnail files, which users you want to have access to the
files, the type of access you want users to have, and the storage
class that you want to assign to the files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |