Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.ElasticLoadBalancingV2AsyncClient
-
Packages that use ElasticLoadBalancingV2AsyncClient Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators software.amazon.awssdk.services.elasticloadbalancingv2.waiters -
-
Uses of ElasticLoadBalancingV2AsyncClient in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ElasticLoadBalancingV2AsyncClient Modifier and Type Method Description static ElasticLoadBalancingV2AsyncClientElasticLoadBalancingV2AsyncClient. create()Create aElasticLoadBalancingV2AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ElasticLoadBalancingV2AsyncClient in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Constructors in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with parameters of type ElasticLoadBalancingV2AsyncClient Constructor Description DescribeListenersPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeListenersRequest firstRequest)DescribeLoadBalancersPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeLoadBalancersRequest firstRequest)DescribeTargetGroupsPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTargetGroupsRequest firstRequest)DescribeTrustStoreAssociationsPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTrustStoreAssociationsRequest firstRequest)DescribeTrustStoreRevocationsPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTrustStoreRevocationsRequest firstRequest)DescribeTrustStoresPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTrustStoresRequest firstRequest) -
Uses of ElasticLoadBalancingV2AsyncClient in software.amazon.awssdk.services.elasticloadbalancingv2.waiters
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.waiters with parameters of type ElasticLoadBalancingV2AsyncClient Modifier and Type Method Description ElasticLoadBalancingV2AsyncWaiter.BuilderElasticLoadBalancingV2AsyncWaiter.Builder. client(ElasticLoadBalancingV2AsyncClient client)Sets a customElasticLoadBalancingV2AsyncClientthat will be used to poll the resource
-