Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoresResponse
-
Packages that use DescribeTrustStoresResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of DescribeTrustStoresResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeTrustStoresResponse Modifier and Type Method Description default DescribeTrustStoresResponseElasticLoadBalancingV2Client. describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest)Describes all trust stores for the specified account.default DescribeTrustStoresResponseElasticLoadBalancingV2Client. describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest)Describes all trust stores for the specified account.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DescribeTrustStoresResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustStoresResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest)Describes all trust stores for the specified account.default CompletableFuture<DescribeTrustStoresResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest)Describes all trust stores for the specified account. -
Uses of DescribeTrustStoresResponse in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeTrustStoresResponse Modifier and Type Method Description Iterator<DescribeTrustStoresResponse>DescribeTrustStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with type arguments of type DescribeTrustStoresResponse Modifier and Type Method Description voidDescribeTrustStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTrustStoresResponse> subscriber)
-