Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddListenerCertificatesRequest
-
Packages that use AddListenerCertificatesRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of AddListenerCertificatesRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type AddListenerCertificatesRequest Modifier and Type Method Description default CompletableFuture<AddListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. addListenerCertificates(AddListenerCertificatesRequest addListenerCertificatesRequest)Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.default AddListenerCertificatesResponseElasticLoadBalancingV2Client. addListenerCertificates(AddListenerCertificatesRequest addListenerCertificatesRequest)Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener. -
Uses of AddListenerCertificatesRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type AddListenerCertificatesRequest Modifier and Type Method Description SdkHttpFullRequestAddListenerCertificatesRequestMarshaller. marshall(AddListenerCertificatesRequest addListenerCertificatesRequest)
-