Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddListenerCertificatesResponse
-
Packages that use AddListenerCertificatesResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of AddListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return AddListenerCertificatesResponse Modifier and Type Method Description default AddListenerCertificatesResponseElasticLoadBalancingV2Client. addListenerCertificates(Consumer<AddListenerCertificatesRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type AddListenerCertificatesResponse Modifier and Type Method Description default CompletableFuture<AddListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. addListenerCertificates(Consumer<AddListenerCertificatesRequest.Builder> addListenerCertificatesRequest)Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.default CompletableFuture<AddListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. addListenerCertificates(AddListenerCertificatesRequest addListenerCertificatesRequest)Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.
-