Interface StartLiveTailResponseStream
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
DefaultSessionStart
,DefaultSessionUpdate
,LiveTailSessionStart
,LiveTailSessionUpdate
@Generated("software.amazon.awssdk:codegen")
public interface StartLiveTailResponseStream
extends SdkPojo
Base interface for all event types in StartLiveTailResponseStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The known possible types of events forStartLiveTailResponseStream
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StartLiveTailResponseStream
Special type ofStartLiveTailResponseStream
for unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofStartLiveTailResponseStream
.The type of this event.static LiveTailSessionStart.Builder
Create a builder for thesessionStart
event type for this stream.Create a builder for thesessionUpdate
event type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Field Details
-
UNKNOWN
Special type ofStartLiveTailResponseStream
for unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
sessionStartBuilder
Create a builder for thesessionStart
event type for this stream. -
sessionUpdateBuilder
Create a builder for thesessionUpdate
event type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-type
header on the Message. -
accept
Calls the appropriate visit method depending on the subtype ofStartLiveTailResponseStream
.- Parameters:
visitor
- Visitor to invoke.
-