Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTrustStoreRevocationsResponse
-
Packages that use AddTrustStoreRevocationsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of AddTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return AddTrustStoreRevocationsResponse Modifier and Type Method Description default AddTrustStoreRevocationsResponseElasticLoadBalancingV2Client. addTrustStoreRevocations(Consumer<AddTrustStoreRevocationsRequest.Builder> addTrustStoreRevocationsRequest)Adds the specified revocation file to the specified trust store.default AddTrustStoreRevocationsResponseElasticLoadBalancingV2Client. addTrustStoreRevocations(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest)Adds the specified revocation file to the specified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type AddTrustStoreRevocationsResponse Modifier and Type Method Description default CompletableFuture<AddTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. addTrustStoreRevocations(Consumer<AddTrustStoreRevocationsRequest.Builder> addTrustStoreRevocationsRequest)Adds the specified revocation file to the specified trust store.default CompletableFuture<AddTrustStoreRevocationsResponse>ElasticLoadBalancingV2AsyncClient. addTrustStoreRevocations(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest)Adds the specified revocation file to the specified trust store.
-