Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocationsRequest
-
Packages that use DescribeTrustStoreRevocationsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of DescribeTrustStoreRevocationsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type DescribeTrustStoreRevocationsRequest Modifier and Type Method Description default CompletableFuture<DescribeTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest)Describes the revocation files in use by the specified trust store or revocation files.default DescribeTrustStoreRevocationsResponseElasticLoadBalancingV2Client. describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest)Describes the revocation files in use by the specified trust store or revocation files.default DescribeTrustStoreRevocationsPublisherElasticLoadBalancingV2AsyncClient. describeTrustStoreRevocationsPaginator(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest)default DescribeTrustStoreRevocationsIterableElasticLoadBalancingV2Client. describeTrustStoreRevocationsPaginator(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) -
Uses of DescribeTrustStoreRevocationsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Constructors in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with parameters of type DescribeTrustStoreRevocationsRequest Constructor Description DescribeTrustStoreRevocationsIterable(ElasticLoadBalancingV2Client client, DescribeTrustStoreRevocationsRequest firstRequest)DescribeTrustStoreRevocationsPublisher(ElasticLoadBalancingV2AsyncClient client, DescribeTrustStoreRevocationsRequest firstRequest) -
Uses of DescribeTrustStoreRevocationsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type DescribeTrustStoreRevocationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTrustStoreRevocationsRequestMarshaller. marshall(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest)
-