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