Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveTrustStoreRevocationsResponse
Packages that use RemoveTrustStoreRevocationsResponse
-
Uses of RemoveTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return RemoveTrustStoreRevocationsResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type RemoveTrustStoreRevocationsResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.ElasticLoadBalancingV2AsyncClient.removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.