| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.builder() |
default ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.Builder.subjectAlternativeNames(Consumer<SubjectAlternativeNames.Builder> subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation
context.
|
ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.Builder.subjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation
context.
|
ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.toBuilder() |
default ListenerTlsValidationContext.Builder |
ListenerTlsValidationContext.Builder.trust(Consumer<ListenerTlsValidationContextTrust.Builder> trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListenerTlsValidationContext.Builder> |
ListenerTlsValidationContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListenerTls.Builder |
ListenerTls.Builder.validation(Consumer<ListenerTlsValidationContext.Builder> validation)
A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.
|
Copyright © 2021. All rights reserved.