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 |
---|---|
ListPresetsResult |
AmazonElasticTranscoderClient.listPresets()
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
ListPresetsResult |
AmazonElasticTranscoder.listPresets()
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
ListPresetsResult |
AmazonElasticTranscoderClient.listPresets(ListPresetsRequest listPresetsRequest)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
ListPresetsResult |
AmazonElasticTranscoder.listPresets(ListPresetsRequest listPresetsRequest)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsyncClient.listPresetsAsync(ListPresetsRequest listPresetsRequest)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsync.listPresetsAsync(ListPresetsRequest listPresetsRequest)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsyncClient.listPresetsAsync(ListPresetsRequest listPresetsRequest,
AsyncHandler<ListPresetsRequest,ListPresetsResult> asyncHandler)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsync.listPresetsAsync(ListPresetsRequest listPresetsRequest,
AsyncHandler<ListPresetsRequest,ListPresetsResult> asyncHandler)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsyncClient.listPresetsAsync(ListPresetsRequest listPresetsRequest,
AsyncHandler<ListPresetsRequest,ListPresetsResult> asyncHandler)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Future<ListPresetsResult> |
AmazonElasticTranscoderAsync.listPresetsAsync(ListPresetsRequest listPresetsRequest,
AsyncHandler<ListPresetsRequest,ListPresetsResult> asyncHandler)
The ListPresets operation gets a list of the default presets included
with Elastic Transcoder and the presets that you've added in an AWS
region.
|
Modifier and Type | Method and Description |
---|---|
ListPresetsResult |
ListPresetsResult.withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of
results, if any.
|
ListPresetsResult |
ListPresetsResult.withPresets(Collection<Preset> presets)
An array of
Preset objects. |
ListPresetsResult |
ListPresetsResult.withPresets(Preset... presets)
An array of
Preset objects. |
Copyright © 2014. All rights reserved.