@Generated(value="software.amazon.awssdk:codegen") public interface SubscribeToShardEventStream extends SdkPojo
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubscribeToShardEventStream.EventType
The known possible types of events for
SubscribeToShardEventStream. |
| Modifier and Type | Field and Description |
|---|---|
static SubscribeToShardEventStream |
UNKNOWN
Special type of
SubscribeToShardEventStream for unknown types of events that this version of the SDK does
not know about |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SubscribeToShardResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype of
SubscribeToShardEventStream. |
default SubscribeToShardEventStream.EventType |
sdkEventType()
The type of this event.
|
static SubscribeToShardEvent.Builder |
subscribeToShardEventBuilder()
Create a builder for the
SubscribeToShardEvent event type for this stream. |
equalsBySdkFields, sdkFieldsstatic final SubscribeToShardEventStream UNKNOWN
SubscribeToShardEventStream for unknown types of events that this version of the SDK does
not know aboutstatic SubscribeToShardEvent.Builder subscribeToShardEventBuilder()
SubscribeToShardEvent event type for this stream.default SubscribeToShardEventStream.EventType sdkEventType()
:event-type header on the Message.void accept(SubscribeToShardResponseHandler.Visitor visitor)
SubscribeToShardEventStream.visitor - Visitor to invoke.Copyright © 2021. All rights reserved.