Uses of Class
com.amazonaws.services.elastictranscoder.model.UpdatePipelineRequest
Packages that use UpdatePipelineRequest
Package
Description
-
Uses of UpdatePipelineRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type UpdatePipelineRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.updatePipeline
(UpdatePipelineRequest request) AmazonElasticTranscoder.updatePipeline
(UpdatePipelineRequest updatePipelineRequest) Use theUpdatePipeline
operation to update settings for a pipeline.AmazonElasticTranscoderClient.updatePipeline
(UpdatePipelineRequest updatePipelineRequest) Use theUpdatePipeline
operation to update settings for a pipeline.AbstractAmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest request) AbstractAmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest request, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) AmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest updatePipelineRequest) Use theUpdatePipeline
operation to update settings for a pipeline.AmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest updatePipelineRequest, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) Use theUpdatePipeline
operation to update settings for a pipeline.AmazonElasticTranscoderAsyncClient.updatePipelineAsync
(UpdatePipelineRequest request) AmazonElasticTranscoderAsyncClient.updatePipelineAsync
(UpdatePipelineRequest request, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type UpdatePipelineRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest request, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) AmazonElasticTranscoderAsync.updatePipelineAsync
(UpdatePipelineRequest updatePipelineRequest, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) Use theUpdatePipeline
operation to update settings for a pipeline.AmazonElasticTranscoderAsyncClient.updatePipelineAsync
(UpdatePipelineRequest request, AsyncHandler<UpdatePipelineRequest, UpdatePipelineResult> asyncHandler) -
Uses of UpdatePipelineRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineRequestModifier and TypeMethodDescriptionUpdatePipelineRequest.clone()
UpdatePipelineRequest.withAwsKmsKeyArn
(String awsKmsKeyArn) The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.UpdatePipelineRequest.withContentConfig
(PipelineOutputConfig contentConfig) The optionalContentConfig
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.The ID of the pipeline that you want to update.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.The name of the pipeline.UpdatePipelineRequest.withNotifications
(Notifications notifications) The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.UpdatePipelineRequest.withThumbnailConfig
(PipelineOutputConfig thumbnailConfig) TheThumbnailConfig
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.