| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsFileCertificate |
ListenerTlsFileCertificate.clone() |
ListenerTlsFileCertificate |
ClientTlsCertificate.getFile()
An object that represents a local file certificate.
|
ListenerTlsFileCertificate |
ListenerTlsCertificate.getFile()
A reference to an object that represents a local file certificate.
|
ListenerTlsFileCertificate |
ListenerTlsFileCertificate.withCertificateChain(String certificateChain)
The certificate chain for the certificate.
|
ListenerTlsFileCertificate |
ListenerTlsFileCertificate.withPrivateKey(String privateKey)
The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientTlsCertificate.setFile(ListenerTlsFileCertificate file)
An object that represents a local file certificate.
|
void |
ListenerTlsCertificate.setFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
|
ClientTlsCertificate |
ClientTlsCertificate.withFile(ListenerTlsFileCertificate file)
An object that represents a local file certificate.
|
ListenerTlsCertificate |
ListenerTlsCertificate.withFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
|
Copyright © 2022. All rights reserved.