| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.clone() |
ListenerTlsValidationContextTrust |
ListenerTlsValidationContext.getTrust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.withFile(TlsValidationContextFileTrust file) |
ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.withSds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerTlsValidationContext.setTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
ListenerTlsValidationContext |
ListenerTlsValidationContext.withTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
Copyright © 2021. All rights reserved.