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

SdkUnknown

object SdkUnknown : ProtectedQueryDistributeOutputConfigurationLocation

Inherited functions

asMember
Link copied to clipboard
fun asMember(): ProtectedQueryMemberOutputConfiguration

Casts this ProtectedQueryDistributeOutputConfigurationLocation as a Member and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryMemberOutputConfiguration value. Throws an exception if the ProtectedQueryDistributeOutputConfigurationLocation is not a Member.

asMemberOrNull
Link copied to clipboard
fun asMemberOrNull(): ProtectedQueryMemberOutputConfiguration?

Casts this ProtectedQueryDistributeOutputConfigurationLocation as a Member and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryMemberOutputConfiguration value. Returns null if the ProtectedQueryDistributeOutputConfigurationLocation is not a Member.

asS3
Link copied to clipboard
fun asS3(): ProtectedQueryS3OutputConfiguration

Casts this ProtectedQueryDistributeOutputConfigurationLocation as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3OutputConfiguration value. Throws an exception if the ProtectedQueryDistributeOutputConfigurationLocation is not a S3.

asS3OrNull
Link copied to clipboard
fun asS3OrNull(): ProtectedQueryS3OutputConfiguration?

Casts this ProtectedQueryDistributeOutputConfigurationLocation as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3OutputConfiguration value. Returns null if the ProtectedQueryDistributeOutputConfigurationLocation is not a S3.

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