AWS SDK for Kotlin
1.0.65
cloudwatchlogs/aws.sdk.kotlin.services.cloudwatchlogs.model/StartLiveTailResponseStream/SdkUnknown

SdkUnknown

object SdkUnknown : StartLiveTailResponseStream

Inherited functions

asSessionStart
Link copied to clipboard
fun asSessionStart(): LiveTailSessionStart

Casts this StartLiveTailResponseStream as a SessionStart and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionStart value. Throws an exception if the StartLiveTailResponseStream is not a SessionStart.

asSessionStartOrNull
Link copied to clipboard
fun asSessionStartOrNull(): LiveTailSessionStart?

Casts this StartLiveTailResponseStream as a SessionStart and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionStart value. Returns null if the StartLiveTailResponseStream is not a SessionStart.

asSessionUpdate
Link copied to clipboard
fun asSessionUpdate(): LiveTailSessionUpdate

Casts this StartLiveTailResponseStream as a SessionUpdate and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionUpdate value. Throws an exception if the StartLiveTailResponseStream is not a SessionUpdate.

asSessionUpdateOrNull
Link copied to clipboard
fun asSessionUpdateOrNull(): LiveTailSessionUpdate?

Casts this StartLiveTailResponseStream as a SessionUpdate and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionUpdate value. Returns null if the StartLiveTailResponseStream is not a SessionUpdate.

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