| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
default ListPresetsResponse |
ElasticTranscoderClient.listPresets(Consumer<ListPresetsRequest.Builder> 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.
|
default CompletableFuture<ListPresetsResponse> |
ElasticTranscoderAsyncClient.listPresets(Consumer<ListPresetsRequest.Builder> 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.
|
default ListPresetsIterable |
ElasticTranscoderClient.listPresetsPaginator(Consumer<ListPresetsRequest.Builder> 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.
|
default ListPresetsPublisher |
ElasticTranscoderAsyncClient.listPresetsPaginator(Consumer<ListPresetsRequest.Builder> 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 |
|---|---|
ListPresetsRequest.Builder |
ListPresetsRequest.Builder.ascending(String ascending)
To list presets in chronological order by the date and time that they were created, enter
true. |
static ListPresetsRequest.Builder |
ListPresetsRequest.builder() |
ListPresetsRequest.Builder |
ListPresetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPresetsRequest.Builder |
ListPresetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPresetsRequest.Builder |
ListPresetsRequest.Builder.pageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent
GET requests to get each successive page of results. |
ListPresetsRequest.Builder |
ListPresetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPresetsRequest.Builder> |
ListPresetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.