AWS SDK for Kotlin
1.4.88
Skip to Main Content
lambda/aws.sdk.kotlin.services.lambda.model/InvokeWithResponseStreamResponseEvent/SdkUnknown

SdkUnknown

object SdkUnknown : InvokeWithResponseStreamResponseEvent

Inherited functions

asInvokeComplete
Link copied to clipboard
fun asInvokeComplete(): InvokeWithResponseStreamCompleteEvent

Casts this InvokeWithResponseStreamResponseEvent as a InvokeComplete and retrieves its aws.sdk.kotlin.services.lambda.model.InvokeWithResponseStreamCompleteEvent value. Throws an exception if the InvokeWithResponseStreamResponseEvent is not a InvokeComplete.

asInvokeCompleteOrNull
Link copied to clipboard
fun asInvokeCompleteOrNull(): InvokeWithResponseStreamCompleteEvent?

Casts this InvokeWithResponseStreamResponseEvent as a InvokeComplete and retrieves its aws.sdk.kotlin.services.lambda.model.InvokeWithResponseStreamCompleteEvent value. Returns null if the InvokeWithResponseStreamResponseEvent is not a InvokeComplete.

asPayloadChunk
Link copied to clipboard
fun asPayloadChunk(): InvokeResponseStreamUpdate

Casts this InvokeWithResponseStreamResponseEvent as a PayloadChunk and retrieves its aws.sdk.kotlin.services.lambda.model.InvokeResponseStreamUpdate value. Throws an exception if the InvokeWithResponseStreamResponseEvent is not a PayloadChunk.

asPayloadChunkOrNull
Link copied to clipboard
fun asPayloadChunkOrNull(): InvokeResponseStreamUpdate?

Casts this InvokeWithResponseStreamResponseEvent as a PayloadChunk and retrieves its aws.sdk.kotlin.services.lambda.model.InvokeResponseStreamUpdate value. Returns null if the InvokeWithResponseStreamResponseEvent is not a PayloadChunk.

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