Uses of Interface
software.amazon.awssdk.services.elastictranscoder.ElasticTranscoderAsyncClient
-
Packages that use ElasticTranscoderAsyncClient Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.paginators software.amazon.awssdk.services.elastictranscoder.waiters -
-
Uses of ElasticTranscoderAsyncClient in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ElasticTranscoderAsyncClient Modifier and Type Method Description static ElasticTranscoderAsyncClientElasticTranscoderAsyncClient. create()Create aElasticTranscoderAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ElasticTranscoderAsyncClient in software.amazon.awssdk.services.elastictranscoder.paginators
Constructors in software.amazon.awssdk.services.elastictranscoder.paginators with parameters of type ElasticTranscoderAsyncClient Constructor Description ListJobsByPipelinePublisher(ElasticTranscoderAsyncClient client, ListJobsByPipelineRequest firstRequest)ListJobsByStatusPublisher(ElasticTranscoderAsyncClient client, ListJobsByStatusRequest firstRequest)ListPipelinesPublisher(ElasticTranscoderAsyncClient client, ListPipelinesRequest firstRequest)ListPresetsPublisher(ElasticTranscoderAsyncClient client, ListPresetsRequest firstRequest) -
Uses of ElasticTranscoderAsyncClient in software.amazon.awssdk.services.elastictranscoder.waiters
Methods in software.amazon.awssdk.services.elastictranscoder.waiters with parameters of type ElasticTranscoderAsyncClient Modifier and Type Method Description ElasticTranscoderAsyncWaiter.BuilderElasticTranscoderAsyncWaiter.Builder. client(ElasticTranscoderAsyncClient client)Sets a customElasticTranscoderAsyncClientthat will be used to poll the resource
-