Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.GetTrustStoreRevocationContentResponse
-
Packages that use GetTrustStoreRevocationContentResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of GetTrustStoreRevocationContentResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return GetTrustStoreRevocationContentResponse Modifier and Type Method Description default GetTrustStoreRevocationContentResponseElasticLoadBalancingV2Client. getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest)Retrieves the specified revocation file.default GetTrustStoreRevocationContentResponseElasticLoadBalancingV2Client. getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest)Retrieves the specified revocation file.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type GetTrustStoreRevocationContentResponse Modifier and Type Method Description default CompletableFuture<GetTrustStoreRevocationContentResponse>ElasticLoadBalancingV2AsyncClient. getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest)Retrieves the specified revocation file.default CompletableFuture<GetTrustStoreRevocationContentResponse>ElasticLoadBalancingV2AsyncClient. getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest)Retrieves the specified revocation file.
-