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 ElasticLoadBalancingClientElasticLoadBalancingClient. create()Create aElasticLoadBalancingClientwith the region loaded from theDefaultAwsRegionProviderChainand 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.BuilderElasticLoadBalancingWaiter.Builder. client(ElasticLoadBalancingClient client)Sets a customElasticLoadBalancingClientthat will be used to poll the resource
-