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