Interface ResponseStream
- All Superinterfaces:
 SdkPojo
- All Known Implementing Classes:
 DefaultChunk,PayloadPart
Base interface for all event types in ResponseStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forResponseStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResponseStreamSpecial type ofResponseStreamfor unknown types of events that this version of the SDK does not know about - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofResponseStream.static PayloadPart.BuilderCreate a builder for thechunkevent type for this stream.default ResponseStream.EventTypeThe type of this event.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofResponseStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
chunkBuilder
Create a builder for thechunkevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. - 
accept
Calls the appropriate visit method depending on the subtype ofResponseStream.- Parameters:
 visitor- Visitor to invoke.
 
 -