Uses of Class
software.amazon.awssdk.services.appmesh.model.ListenerTlsAcmCertificate
-
Packages that use ListenerTlsAcmCertificate Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsAcmCertificate in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsAcmCertificate Modifier and Type Method Description ListenerTlsAcmCertificateListenerTlsCertificate. acm()A reference to an object that represents an Certificate Manager certificate.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ListenerTlsAcmCertificate Modifier and Type Method Description ListenerTlsCertificate.BuilderListenerTlsCertificate.Builder. acm(ListenerTlsAcmCertificate acm)A reference to an object that represents an Certificate Manager certificate.static ListenerTlsCertificateListenerTlsCertificate. fromAcm(ListenerTlsAcmCertificate acm)Create an instance of this class withListenerTlsCertificate.acm()initialized to the given value.
-