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