| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayClientTlsCertificate |
VirtualGatewayClientPolicyTls.certificate()
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
|
static VirtualGatewayClientTlsCertificate |
VirtualGatewayClientTlsCertificate.fromFile(Consumer<VirtualGatewayListenerTlsFileCertificate.Builder> file)
Create an instance of this class with
file() initialized to the given value. |
static VirtualGatewayClientTlsCertificate |
VirtualGatewayClientTlsCertificate.fromFile(VirtualGatewayListenerTlsFileCertificate file)
Create an instance of this class with
file() initialized to the given value. |
static VirtualGatewayClientTlsCertificate |
VirtualGatewayClientTlsCertificate.fromSds(Consumer<VirtualGatewayListenerTlsSdsCertificate.Builder> sds)
Create an instance of this class with
sds() initialized to the given value. |
static VirtualGatewayClientTlsCertificate |
VirtualGatewayClientTlsCertificate.fromSds(VirtualGatewayListenerTlsSdsCertificate sds)
Create an instance of this class with
sds() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayClientPolicyTls.Builder |
VirtualGatewayClientPolicyTls.Builder.certificate(VirtualGatewayClientTlsCertificate certificate)
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS)
certificate.
|
Copyright © 2023. All rights reserved.