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