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 Classes Modifier and Type Interface Description static classStartLiveTailResponseStream.EventTypeThe known possible types of events forStartLiveTailResponseStream.
-
Field Summary
Fields Modifier and Type Field Description static StartLiveTailResponseStreamUNKNOWNSpecial type ofStartLiveTailResponseStreamfor unknown types of events that this version of the SDK does not know about
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(StartLiveTailResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofStartLiveTailResponseStream.default StartLiveTailResponseStream.EventTypesdkEventType()The type of this event.static LiveTailSessionStart.BuildersessionStartBuilder()Create a builder for thesessionStartevent type for this stream.static LiveTailSessionUpdate.BuildersessionUpdateBuilder()Create a builder for thesessionUpdateevent type for this stream.-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Field Detail
-
UNKNOWN
static final StartLiveTailResponseStream UNKNOWN
Special type ofStartLiveTailResponseStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
sessionStartBuilder
static LiveTailSessionStart.Builder sessionStartBuilder()
Create a builder for thesessionStartevent type for this stream.
-
sessionUpdateBuilder
static LiveTailSessionUpdate.Builder sessionUpdateBuilder()
Create a builder for thesessionUpdateevent type for this stream.
-
sdkEventType
default StartLiveTailResponseStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(StartLiveTailResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofStartLiveTailResponseStream.- Parameters:
visitor- Visitor to invoke.
-
-