Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.GetTrustStoreRevocationContentResponse
Packages that use GetTrustStoreRevocationContentResponse
-
Uses of GetTrustStoreRevocationContentResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return GetTrustStoreRevocationContentResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type GetTrustStoreRevocationContentResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.ElasticLoadBalancingV2AsyncClient.getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.