Uses of Class
software.amazon.awssdk.services.appmesh.model.ClientTlsCertificate
-
Packages that use ClientTlsCertificate Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ClientTlsCertificate in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ClientTlsCertificate Modifier and Type Method Description ClientTlsCertificateClientPolicyTls. certificate()A reference to an object that represents a client's TLS certificate.static ClientTlsCertificateClientTlsCertificate. fromFile(Consumer<ListenerTlsFileCertificate.Builder> file)Create an instance of this class withfile()initialized to the given value.static ClientTlsCertificateClientTlsCertificate. fromFile(ListenerTlsFileCertificate file)Create an instance of this class withfile()initialized to the given value.static ClientTlsCertificateClientTlsCertificate. fromSds(Consumer<ListenerTlsSdsCertificate.Builder> sds)Create an instance of this class withsds()initialized to the given value.static ClientTlsCertificateClientTlsCertificate. fromSds(ListenerTlsSdsCertificate sds)Create an instance of this class withsds()initialized to the given value.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ClientTlsCertificate Modifier and Type Method Description ClientPolicyTls.BuilderClientPolicyTls.Builder. certificate(ClientTlsCertificate certificate)A reference to an object that represents a client's TLS certificate.
-