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