Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ListPresetsResponse
-
Packages that use ListPresetsResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.paginators -
-
Uses of ListPresetsResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ListPresetsResponse Modifier and Type Method Description default ListPresetsResponseElasticTranscoderClient. 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 ListPresetsResponseElasticTranscoderClient. 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 ListPresetsResponseElasticTranscoderClient. 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 software.amazon.awssdk.services.elastictranscoder that return types with arguments of type ListPresetsResponse Modifier and Type Method 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. -
Uses of ListPresetsResponse in software.amazon.awssdk.services.elastictranscoder.paginators
Methods in software.amazon.awssdk.services.elastictranscoder.paginators that return types with arguments of type ListPresetsResponse Modifier and Type Method Description Iterator<ListPresetsResponse>ListPresetsIterable. iterator()Method parameters in software.amazon.awssdk.services.elastictranscoder.paginators with type arguments of type ListPresetsResponse Modifier and Type Method Description voidListPresetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPresetsResponse> subscriber)
-