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