Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveTrustStoreRevocationsResponse
-
Packages that use RemoveTrustStoreRevocationsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of RemoveTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return RemoveTrustStoreRevocationsResponse Modifier and Type Method Description default RemoveTrustStoreRevocationsResponseElasticLoadBalancingV2Client. removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest)Removes the specified revocation file from the specified trust store.default RemoveTrustStoreRevocationsResponseElasticLoadBalancingV2Client. 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 RemoveTrustStoreRevocationsResponse Modifier and Type Method Description default CompletableFuture<RemoveTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest)Removes the specified revocation file from the specified trust store.default CompletableFuture<RemoveTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest)Removes the specified revocation file from the specified trust store.
-