| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPresetsResponse |
ElasticTranscoderClient.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.
|
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 ListPresetsResponse |
ElasticTranscoderClient.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 |
|---|---|
default CompletableFuture<ListPresetsResponse> |
ElasticTranscoderAsyncClient.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.
|
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 CompletableFuture<ListPresetsResponse> |
ElasticTranscoderAsyncClient.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 |
|---|---|
Iterator<ListPresetsResponse> |
ListPresetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPresetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPresetsResponse> subscriber) |
Copyright © 2023. All rights reserved.