| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
TlsValidationContextFileTrust |
ListenerTlsValidationContextTrust.file()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
TlsValidationContextFileTrust |
TlsValidationContextTrust.file()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsValidationContextTrust.Builder |
ListenerTlsValidationContextTrust.Builder.file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
TlsValidationContextTrust.Builder |
TlsValidationContextTrust.Builder.file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
static ListenerTlsValidationContextTrust |
ListenerTlsValidationContextTrust.fromFile(TlsValidationContextFileTrust file)
Create an instance of this class with
ListenerTlsValidationContextTrust.file() initialized to the given value. |
static TlsValidationContextTrust |
TlsValidationContextTrust.fromFile(TlsValidationContextFileTrust file)
Create an instance of this class with
TlsValidationContextTrust.file() initialized to the given value. |
Copyright © 2023. All rights reserved.