| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)
Create an instance of this class with
file() initialized to the given value. |
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromFile(TlsValidationContextFileTrust file)
Create an instance of this class with
file() initialized to the given value. |
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
Create an instance of this class with
sds() initialized to the given value. |
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromSds(TlsValidationContextSdsTrust sds)
Create an instance of this class with
sds() initialized to the given value. |
ListenerTlsValidationContextTrust |
ListenerTlsValidationContext.trust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.Builder.trust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
Copyright © 2023. All rights reserved.