Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveListenerCertificatesResponse
Packages that use RemoveListenerCertificatesResponse
-
Uses of RemoveListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return RemoveListenerCertificatesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.removeListenerCertificates(Consumer<RemoveListenerCertificatesRequest.Builder> removeListenerCertificatesRequest) Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.ElasticLoadBalancingV2Client.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 RemoveListenerCertificatesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.removeListenerCertificates(Consumer<RemoveListenerCertificatesRequest.Builder> removeListenerCertificatesRequest) Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.ElasticLoadBalancingV2AsyncClient.removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest) Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.