Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveTrustStoreRevocationsRequest
-
Packages that use RemoveTrustStoreRevocationsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of RemoveTrustStoreRevocationsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type RemoveTrustStoreRevocationsRequest Modifier and Type Method Description default CompletableFuture<RemoveTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest 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. -
Uses of RemoveTrustStoreRevocationsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type RemoveTrustStoreRevocationsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTrustStoreRevocationsRequestMarshaller. marshall(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest)
-