|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListPresetsResult | |
---|---|
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 ListPresetsResult in com.amazonaws.services.elastictranscoder |
---|
Methods in com.amazonaws.services.elastictranscoder that return ListPresetsResult | |
---|---|
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. |
Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type ListPresetsResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListPresetsResult | |
---|---|
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. |
Uses of ListPresetsResult in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return ListPresetsResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |