Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayListenerTls
-
Packages that use VirtualGatewayListenerTls Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayListenerTls in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayListenerTls Modifier and Type Method Description VirtualGatewayListenerTlsVirtualGatewayListener. tls()A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayListenerTls Modifier and Type Method Description VirtualGatewayListener.BuilderVirtualGatewayListener.Builder. tls(VirtualGatewayListenerTls tls)A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
-