Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocationsResponse
-
Packages that use DescribeTrustStoreRevocationsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of DescribeTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeTrustStoreRevocationsResponse Modifier and Type Method Description default DescribeTrustStoreRevocationsResponseElasticLoadBalancingV2Client. describeTrustStoreRevocations(Consumer<DescribeTrustStoreRevocationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DescribeTrustStoreRevocationsResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStoreRevocations(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest)Describes the revocation files in use by the specified trust store or revocation files.default CompletableFuture<DescribeTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest)Describes the revocation files in use by the specified trust store or revocation files. -
Uses of DescribeTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeTrustStoreRevocationsResponse Modifier and Type Method Description Iterator<DescribeTrustStoreRevocationsResponse>DescribeTrustStoreRevocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with type arguments of type DescribeTrustStoreRevocationsResponse Modifier and Type Method Description voidDescribeTrustStoreRevocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTrustStoreRevocationsResponse> subscriber)
-