AWS SDK for Kotlin
1.5.3
      Platform filter
Skip to content
    AWS SDK for Kotlin
appmesh/aws.sdk.kotlin.services.appmesh.model/ListenerTlsValidationContextTrust/SdkUnknown

SdkUnknown

object SdkUnknown : ListenerTlsValidationContextTrust

Inherited functions

asFile
Link copied to clipboard
fun asFile(): TlsValidationContextFileTrust

Casts this ListenerTlsValidationContextTrust as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextFileTrust value. Throws an exception if the ListenerTlsValidationContextTrust is not a File.

asFileOrNull
Link copied to clipboard
fun asFileOrNull(): TlsValidationContextFileTrust?

Casts this ListenerTlsValidationContextTrust as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextFileTrust value. Returns null if the ListenerTlsValidationContextTrust is not a File.

asSds
Link copied to clipboard
fun asSds(): TlsValidationContextSdsTrust

Casts this ListenerTlsValidationContextTrust as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextSdsTrust value. Throws an exception if the ListenerTlsValidationContextTrust is not a Sds.

asSdsOrNull
Link copied to clipboard
fun asSdsOrNull(): TlsValidationContextSdsTrust?

Casts this ListenerTlsValidationContextTrust as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextSdsTrust value. Returns null if the ListenerTlsValidationContextTrust is not a Sds.

© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka