Uses of Class
com.amazonaws.services.elastictranscoder.model.ListPresetsResult
Packages that use ListPresetsResult
Package
Description
-
Uses of ListPresetsResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return ListPresetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.listPresets()
AbstractAmazonElasticTranscoder.listPresets
(ListPresetsRequest request) AmazonElasticTranscoder.listPresets()
Simplified method form for invoking the ListPresets operation.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.AmazonElasticTranscoderClient.listPresets()
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.Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type ListPresetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.listPresetsAsync()
Simplified method form for invoking the ListPresets operation.AbstractAmazonElasticTranscoderAsync.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.AbstractAmazonElasticTranscoderAsync.listPresetsAsync
(ListPresetsRequest request) AbstractAmazonElasticTranscoderAsync.listPresetsAsync
(ListPresetsRequest request, AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) AmazonElasticTranscoderAsync.listPresetsAsync()
Simplified method form for invoking the ListPresets operation.AmazonElasticTranscoderAsync.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.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.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.AmazonElasticTranscoderAsyncClient.listPresetsAsync()
Simplified method form for invoking the ListPresets operation.AmazonElasticTranscoderAsyncClient.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.AmazonElasticTranscoderAsyncClient.listPresetsAsync
(ListPresetsRequest request) AmazonElasticTranscoderAsyncClient.listPresetsAsync
(ListPresetsRequest request, AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListPresetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.AbstractAmazonElasticTranscoderAsync.listPresetsAsync
(ListPresetsRequest request, AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) AmazonElasticTranscoderAsync.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.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.AmazonElasticTranscoderAsyncClient.listPresetsAsync
(AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) Simplified method form for invoking the ListPresets operation with an AsyncHandler.AmazonElasticTranscoderAsyncClient.listPresetsAsync
(ListPresetsRequest request, AsyncHandler<ListPresetsRequest, ListPresetsResult> asyncHandler) -
Uses of ListPresetsResult in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return ListPresetsResultModifier and TypeMethodDescriptionListPresetsResult.clone()
ListPresetsResult.withNextPageToken
(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.ListPresetsResult.withPresets
(Preset... presets) An array ofPreset
objects.ListPresetsResult.withPresets
(Collection<Preset> presets) An array ofPreset
objects.