Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveListenerCertificatesResponse
-
Packages that use RemoveListenerCertificatesResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of RemoveListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return RemoveListenerCertificatesResponse Modifier and Type Method Description default RemoveListenerCertificatesResponseElasticLoadBalancingV2Client. removeListenerCertificates(Consumer<RemoveListenerCertificatesRequest.Builder> removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.default RemoveListenerCertificatesResponseElasticLoadBalancingV2Client. removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type RemoveListenerCertificatesResponse Modifier and Type Method Description default CompletableFuture<RemoveListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. removeListenerCertificates(Consumer<RemoveListenerCertificatesRequest.Builder> removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.default CompletableFuture<RemoveListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
-