Interface SelectObjectContentEventStream
- All Superinterfaces:
- SdkPojo
- All Known Implementing Classes:
- ContinuationEvent,- DefaultCont,- DefaultEnd,- DefaultProgress,- DefaultRecords,- DefaultStats,- EndEvent,- ProgressEvent,- RecordsEvent,- StatsEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface SelectObjectContentEventStream
extends SdkPojo
Base interface for all event types in SelectObjectContentEventStream.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forSelectObjectContentEventStream.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SelectObjectContentEventStreamSpecial type ofSelectObjectContentEventStreamfor unknown types of events that this version of the SDK does not know about
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofSelectObjectContentEventStream.static ContinuationEvent.BuilderCreate a builder for theContevent type for this stream.static EndEvent.BuilderCreate a builder for theEndevent type for this stream.static ProgressEvent.BuilderCreate a builder for theProgressevent type for this stream.static RecordsEvent.BuilderCreate a builder for theRecordsevent type for this stream.The type of this event.static StatsEvent.BuilderCreate a builder for theStatsevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Field Details- 
UNKNOWNSpecial type ofSelectObjectContentEventStreamfor unknown types of events that this version of the SDK does not know about
 
- 
- 
Method Details- 
recordsBuilderCreate a builder for theRecordsevent type for this stream.
- 
statsBuilderCreate a builder for theStatsevent type for this stream.
- 
progressBuilderCreate a builder for theProgressevent type for this stream.
- 
contBuilderCreate a builder for theContevent type for this stream.
- 
endBuilderCreate a builder for theEndevent type for this stream.
- 
sdkEventTypeThe type of this event. Corresponds to the:event-typeheader on the Message.
- 
acceptCalls the appropriate visit method depending on the subtype ofSelectObjectContentEventStream.- Parameters:
- visitor- Visitor to invoke.
 
 
-