Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreAssociationsResponse
-
Packages that use DescribeTrustStoreAssociationsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of DescribeTrustStoreAssociationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeTrustStoreAssociationsResponse Modifier and Type Method Description default DescribeTrustStoreAssociationsResponseElasticLoadBalancingV2Client. describeTrustStoreAssociations(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest)Describes all resources associated with the specified trust store.default DescribeTrustStoreAssociationsResponseElasticLoadBalancingV2Client. describeTrustStoreAssociations(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest)Describes all resources associated with the specified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DescribeTrustStoreAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustStoreAssociationsResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStoreAssociations(Consumer<DescribeTrustStoreAssociationsRequest.Builder> describeTrustStoreAssociationsRequest)Describes all resources associated with the specified trust store.default CompletableFuture<DescribeTrustStoreAssociationsResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStoreAssociations(DescribeTrustStoreAssociationsRequest describeTrustStoreAssociationsRequest)Describes all resources associated with the specified trust store. -
Uses of DescribeTrustStoreAssociationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeTrustStoreAssociationsResponse Modifier and Type Method Description Iterator<DescribeTrustStoreAssociationsResponse>DescribeTrustStoreAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with type arguments of type DescribeTrustStoreAssociationsResponse Modifier and Type Method Description voidDescribeTrustStoreAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTrustStoreAssociationsResponse> subscriber)
-