| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
TlsValidationContextSdsTrust |
ListenerTlsValidationContextTrust.sds()
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
TlsValidationContextSdsTrust |
TlsValidationContextTrust.sds()
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation
context trust.
|
| Modifier and Type | Method and Description |
|---|---|
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromSds(TlsValidationContextSdsTrust sds)
Create an instance of this class with
ListenerTlsValidationContextTrust.sds() initialized to the given value. |
static TlsValidationContextTrust |
TlsValidationContextTrust.fromSds(TlsValidationContextSdsTrust sds)
Create an instance of this class with
TlsValidationContextTrust.sds() initialized to the given value. |
ListenerTlsValidationContextTrust.Builder |
ListenerTlsValidationContextTrust.Builder.sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
TlsValidationContextTrust.Builder |
TlsValidationContextTrust.Builder.sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation
context trust.
|
Copyright © 2023. All rights reserved.