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

SdkUnknown

object SdkUnknown : VirtualGatewayClientTlsCertificate

Inherited functions

asFile
Link copied to clipboard
fun asFile(): VirtualGatewayListenerTlsFileCertificate

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

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

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

asSds
Link copied to clipboard
fun asSds(): VirtualGatewayListenerTlsSdsCertificate

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

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

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

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