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