Uses of Class
com.amazonaws.services.elastictranscoder.model.CreatePipelineRequest
Packages that use CreatePipelineRequest
Package
Description
-
Uses of CreatePipelineRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type CreatePipelineRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.createPipeline
(CreatePipelineRequest request) AmazonElasticTranscoder.createPipeline
(CreatePipelineRequest createPipelineRequest) The CreatePipeline operation creates a pipeline with settings that you specify.AmazonElasticTranscoderClient.createPipeline
(CreatePipelineRequest createPipelineRequest) The CreatePipeline operation creates a pipeline with settings that you specify.AbstractAmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest request) AbstractAmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) AmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest createPipelineRequest) The CreatePipeline operation creates a pipeline with settings that you specify.AmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest createPipelineRequest, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) The CreatePipeline operation creates a pipeline with settings that you specify.AmazonElasticTranscoderAsyncClient.createPipelineAsync
(CreatePipelineRequest request) AmazonElasticTranscoderAsyncClient.createPipelineAsync
(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type CreatePipelineRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) AmazonElasticTranscoderAsync.createPipelineAsync
(CreatePipelineRequest createPipelineRequest, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) The CreatePipeline operation creates a pipeline with settings that you specify.AmazonElasticTranscoderAsyncClient.createPipelineAsync
(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest, CreatePipelineResult> asyncHandler) -
Uses of CreatePipelineRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreatePipelineRequestModifier and TypeMethodDescriptionCreatePipelineRequest.clone()
CreatePipelineRequest.withAwsKmsKeyArn
(String awsKmsKeyArn) The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.CreatePipelineRequest.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.CreatePipelineRequest.withInputBucket
(String inputBucket) The Amazon S3 bucket in which you saved the media files that you want to transcode.The name of the pipeline.CreatePipelineRequest.withNotifications
(Notifications notifications) The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.CreatePipelineRequest.withOutputBucket
(String outputBucket) The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.CreatePipelineRequest.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.