Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTrustStoreRevocationsResponse
Packages that use AddTrustStoreRevocationsResponse
-
Uses of AddTrustStoreRevocationsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return AddTrustStoreRevocationsResponseModifier and TypeMethodDescriptiondefault 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 AddTrustStoreRevocationsResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.addTrustStoreRevocations(Consumer<AddTrustStoreRevocationsRequest.Builder> addTrustStoreRevocationsRequest) Adds the specified revocation file to the specified trust store.ElasticLoadBalancingV2AsyncClient.addTrustStoreRevocations(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest) Adds the specified revocation file to the specified trust store.