| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsSdsCertificate |
ListenerTlsSdsCertificate.clone() |
ListenerTlsSdsCertificate |
ListenerTlsCertificate.getSds()
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
ListenerTlsSdsCertificate |
ClientTlsCertificate.getSds()
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
ListenerTlsSdsCertificate |
ListenerTlsSdsCertificate.withSecretName(String secretName)
A reference to an object that represents the name of the secret requested from the Secret Discovery Service
provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerTlsCertificate.setSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
void |
ClientTlsCertificate.setSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
ListenerTlsCertificate |
ListenerTlsCertificate.withSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
ClientTlsCertificate |
ClientTlsCertificate.withSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
Copyright © 2022. All rights reserved.