Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerListenerSslCertificateResponse
Packages that use SetLoadBalancerListenerSslCertificateResponse
-
Uses of SetLoadBalancerListenerSslCertificateResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return SetLoadBalancerListenerSslCertificateResponseModifier and TypeMethodDescriptionElasticLoadBalancingClient.setLoadBalancerListenerSSLCertificate(Consumer<SetLoadBalancerListenerSslCertificateRequest.Builder> setLoadBalancerListenerSslCertificateRequest) Sets the certificate that terminates the specified listener's SSL connections.ElasticLoadBalancingClient.setLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSslCertificateRequest setLoadBalancerListenerSslCertificateRequest) Sets the certificate that terminates the specified listener's SSL connections.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type SetLoadBalancerListenerSslCertificateResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.setLoadBalancerListenerSSLCertificate(Consumer<SetLoadBalancerListenerSslCertificateRequest.Builder> setLoadBalancerListenerSslCertificateRequest) Sets the certificate that terminates the specified listener's SSL connections.ElasticLoadBalancingAsyncClient.setLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSslCertificateRequest setLoadBalancerListenerSslCertificateRequest) Sets the certificate that terminates the specified listener's SSL connections.