SelectObjectContentEventStream
The container for selecting objects from a content event stream.
Inheritors
Types
Functions
Casts this SelectObjectContentEventStream as a Cont and retrieves its aws.sdk.kotlin.services.s3.model.ContinuationEvent value. Throws an exception if the SelectObjectContentEventStream is not a Cont.
Casts this SelectObjectContentEventStream as a Cont and retrieves its aws.sdk.kotlin.services.s3.model.ContinuationEvent value. Returns null if the SelectObjectContentEventStream is not a Cont.
Casts this SelectObjectContentEventStream as a End and retrieves its aws.sdk.kotlin.services.s3.model.EndEvent value. Throws an exception if the SelectObjectContentEventStream is not a End.
Casts this SelectObjectContentEventStream as a End and retrieves its aws.sdk.kotlin.services.s3.model.EndEvent value. Returns null if the SelectObjectContentEventStream is not a End.
Casts this SelectObjectContentEventStream as a Progress and retrieves its aws.sdk.kotlin.services.s3.model.ProgressEvent value. Throws an exception if the SelectObjectContentEventStream is not a Progress.
Casts this SelectObjectContentEventStream as a Progress and retrieves its aws.sdk.kotlin.services.s3.model.ProgressEvent value. Returns null if the SelectObjectContentEventStream is not a Progress.
Casts this SelectObjectContentEventStream as a Records and retrieves its aws.sdk.kotlin.services.s3.model.RecordsEvent value. Throws an exception if the SelectObjectContentEventStream is not a Records.
Casts this SelectObjectContentEventStream as a Records and retrieves its aws.sdk.kotlin.services.s3.model.RecordsEvent value. Returns null if the SelectObjectContentEventStream is not a Records.
Casts this SelectObjectContentEventStream as a Stats and retrieves its aws.sdk.kotlin.services.s3.model.StatsEvent value. Throws an exception if the SelectObjectContentEventStream is not a Stats.
Casts this SelectObjectContentEventStream as a Stats and retrieves its aws.sdk.kotlin.services.s3.model.StatsEvent value. Returns null if the SelectObjectContentEventStream is not a Stats.