Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoresRequest
-
Packages that use DescribeTrustStoresRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of DescribeTrustStoresRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type DescribeTrustStoresRequest Modifier and Type Method Description default CompletableFuture<DescribeTrustStoresResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest)Describes all trust stores for a given account by trust store arn’s or name.default DescribeTrustStoresResponseElasticLoadBalancingV2Client. describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest)Describes all trust stores for a given account by trust store arn’s or name.default DescribeTrustStoresPublisherElasticLoadBalancingV2AsyncClient. describeTrustStoresPaginator(DescribeTrustStoresRequest describeTrustStoresRequest)default DescribeTrustStoresIterableElasticLoadBalancingV2Client. describeTrustStoresPaginator(DescribeTrustStoresRequest describeTrustStoresRequest) -
Uses of DescribeTrustStoresRequest in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Constructors in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with parameters of type DescribeTrustStoresRequest Constructor Description DescribeTrustStoresIterable(ElasticLoadBalancingV2Client client, DescribeTrustStoresRequest firstRequest)DescribeTrustStoresPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTrustStoresRequest firstRequest) -
Uses of DescribeTrustStoresRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type DescribeTrustStoresRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTrustStoresRequestMarshaller. marshall(DescribeTrustStoresRequest describeTrustStoresRequest)
-