Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.ElasticLoadBalancingAsyncClient
-
Packages that use ElasticLoadBalancingAsyncClient Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.paginators software.amazon.awssdk.services.elasticloadbalancing.waiters -
-
Uses of ElasticLoadBalancingAsyncClient in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return ElasticLoadBalancingAsyncClient Modifier and Type Method Description static ElasticLoadBalancingAsyncClient
ElasticLoadBalancingAsyncClient. create()
Create aElasticLoadBalancingAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
Uses of ElasticLoadBalancingAsyncClient in software.amazon.awssdk.services.elasticloadbalancing.paginators
Constructors in software.amazon.awssdk.services.elasticloadbalancing.paginators with parameters of type ElasticLoadBalancingAsyncClient Constructor Description DescribeLoadBalancersPublisher(ElasticLoadBalancingAsyncClient client, DescribeLoadBalancersRequest firstRequest)
-
Uses of ElasticLoadBalancingAsyncClient in software.amazon.awssdk.services.elasticloadbalancing.waiters
Methods in software.amazon.awssdk.services.elasticloadbalancing.waiters with parameters of type ElasticLoadBalancingAsyncClient Modifier and Type Method Description ElasticLoadBalancingAsyncWaiter.Builder
ElasticLoadBalancingAsyncWaiter.Builder. client(ElasticLoadBalancingAsyncClient client)
Sets a customElasticLoadBalancingAsyncClient
that will be used to poll the resource
-