Uses of Class
software.amazon.awssdk.services.appmesh.model.ListenerTlsSdsCertificate
-
Packages that use ListenerTlsSdsCertificate Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsSdsCertificate in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsSdsCertificate Modifier and Type Method Description ListenerTlsSdsCertificateClientTlsCertificate. sds()A reference to an object that represents a client's TLS Secret Discovery Service certificate.ListenerTlsSdsCertificateListenerTlsCertificate. sds()A reference to an object that represents a listener's Secret Discovery Service certificate.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ListenerTlsSdsCertificate Modifier and Type Method Description static ClientTlsCertificateClientTlsCertificate. fromSds(ListenerTlsSdsCertificate sds)Create an instance of this class withClientTlsCertificate.sds()initialized to the given value.static ListenerTlsCertificateListenerTlsCertificate. fromSds(ListenerTlsSdsCertificate sds)Create an instance of this class withListenerTlsCertificate.sds()initialized to the given value.ClientTlsCertificate.BuilderClientTlsCertificate.Builder. sds(ListenerTlsSdsCertificate sds)A reference to an object that represents a client's TLS Secret Discovery Service certificate.ListenerTlsCertificate.BuilderListenerTlsCertificate.Builder. sds(ListenerTlsSdsCertificate sds)A reference to an object that represents a listener's Secret Discovery Service certificate.
-