|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreatePipelineRequest | |
---|---|
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 CreatePipelineRequest in com.amazonaws.services.elastictranscoder |
---|
Methods in com.amazonaws.services.elastictranscoder with parameters of type CreatePipelineRequest | |
---|---|
CreatePipelineResult |
AmazonElasticTranscoderClient.createPipeline(CreatePipelineRequest createPipelineRequest)
The CreatePipeline operation creates a pipeline with settings that you specify. |
CreatePipelineResult |
AmazonElasticTranscoder.createPipeline(CreatePipelineRequest createPipelineRequest)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsyncClient.createPipelineAsync(CreatePipelineRequest createPipelineRequest)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsync.createPipelineAsync(CreatePipelineRequest createPipelineRequest)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsyncClient.createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsync.createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type CreatePipelineRequest | |
---|---|
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsyncClient.createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Future<CreatePipelineResult> |
AmazonElasticTranscoderAsync.createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
The CreatePipeline operation creates a pipeline with settings that you specify. |
Uses of CreatePipelineRequest in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return CreatePipelineRequest | |
---|---|
CreatePipelineRequest |
CreatePipelineRequest.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. |
CreatePipelineRequest |
CreatePipelineRequest.withInputBucket(String inputBucket)
The Amazon S3 bucket in which you saved the media files that you want to transcode. |
CreatePipelineRequest |
CreatePipelineRequest.withName(String name)
The name of the pipeline. |
CreatePipelineRequest |
CreatePipelineRequest.withNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. |
CreatePipelineRequest |
CreatePipelineRequest.withOutputBucket(String outputBucket)
The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. |
CreatePipelineRequest |
CreatePipelineRequest.withRole(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline. |
CreatePipelineRequest |
CreatePipelineRequest.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 |