Uses of Class
software.amazon.awssdk.services.appmesh.model.ListenerTlsFileCertificate
-
Packages that use ListenerTlsFileCertificate Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsFileCertificate in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsFileCertificate Modifier and Type Method Description ListenerTlsFileCertificateClientTlsCertificate. file()An object that represents a local file certificate.ListenerTlsFileCertificateListenerTlsCertificate. file()A reference to an object that represents a local file certificate.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ListenerTlsFileCertificate Modifier and Type Method Description ClientTlsCertificate.BuilderClientTlsCertificate.Builder. file(ListenerTlsFileCertificate file)An object that represents a local file certificate.ListenerTlsCertificate.BuilderListenerTlsCertificate.Builder. file(ListenerTlsFileCertificate file)A reference to an object that represents a local file certificate.static ClientTlsCertificateClientTlsCertificate. fromFile(ListenerTlsFileCertificate file)Create an instance of this class withClientTlsCertificate.file()initialized to the given value.static ListenerTlsCertificateListenerTlsCertificate. fromFile(ListenerTlsFileCertificate file)Create an instance of this class withListenerTlsCertificate.file()initialized to the given value.
-