Uses of Interface
software.amazon.awssdk.services.elastictranscoder.ElasticTranscoderClient
-
Packages that use ElasticTranscoderClient 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 ElasticTranscoderClient in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ElasticTranscoderClient Modifier and Type Method Description static ElasticTranscoderClientElasticTranscoderClient. create()Create aElasticTranscoderClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ElasticTranscoderClient in software.amazon.awssdk.services.elastictranscoder.paginators
Constructors in software.amazon.awssdk.services.elastictranscoder.paginators with parameters of type ElasticTranscoderClient Constructor Description ListJobsByPipelineIterable(ElasticTranscoderClient client, ListJobsByPipelineRequest firstRequest)ListJobsByStatusIterable(ElasticTranscoderClient client, ListJobsByStatusRequest firstRequest)ListPipelinesIterable(ElasticTranscoderClient client, ListPipelinesRequest firstRequest)ListPresetsIterable(ElasticTranscoderClient client, ListPresetsRequest firstRequest) -
Uses of ElasticTranscoderClient in software.amazon.awssdk.services.elastictranscoder.waiters
Methods in software.amazon.awssdk.services.elastictranscoder.waiters with parameters of type ElasticTranscoderClient Modifier and Type Method Description ElasticTranscoderWaiter.BuilderElasticTranscoderWaiter.Builder. client(ElasticTranscoderClient client)Sets a customElasticTranscoderClientthat will be used to poll the resource
-