Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayClientTlsCertificate
-
Packages that use VirtualGatewayClientTlsCertificate Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayClientTlsCertificate in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayClientTlsCertificate Modifier and Type Method Description VirtualGatewayClientTlsCertificateVirtualGatewayClientPolicyTls. certificate()A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.static VirtualGatewayClientTlsCertificateVirtualGatewayClientTlsCertificate. fromFile(Consumer<VirtualGatewayListenerTlsFileCertificate.Builder> file)Create an instance of this class withfile()initialized to the given value.static VirtualGatewayClientTlsCertificateVirtualGatewayClientTlsCertificate. fromFile(VirtualGatewayListenerTlsFileCertificate file)Create an instance of this class withfile()initialized to the given value.static VirtualGatewayClientTlsCertificateVirtualGatewayClientTlsCertificate. fromSds(Consumer<VirtualGatewayListenerTlsSdsCertificate.Builder> sds)Create an instance of this class withsds()initialized to the given value.static VirtualGatewayClientTlsCertificateVirtualGatewayClientTlsCertificate. fromSds(VirtualGatewayListenerTlsSdsCertificate 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 VirtualGatewayClientTlsCertificate Modifier and Type Method Description VirtualGatewayClientPolicyTls.BuilderVirtualGatewayClientPolicyTls.Builder. certificate(VirtualGatewayClientTlsCertificate certificate)A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
-