| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamEvent |
StreamEvent.clone() |
StreamEvent |
StreamEvent.withEventTime(Date eventTime)
UTC ISO-8601 formatted timestamp of when the event occurred.
|
StreamEvent |
StreamEvent.withName(String name)
Name that identifies the stream event within a
type. |
StreamEvent |
StreamEvent.withType(String type)
Logical group for certain events.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamEvent> |
StreamSession.getTruncatedEvents()
List of Amazon IVS events that the stream encountered.
|
| Modifier and Type | Method and Description |
|---|---|
StreamSession |
StreamSession.withTruncatedEvents(StreamEvent... truncatedEvents)
List of Amazon IVS events that the stream encountered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSession.setTruncatedEvents(Collection<StreamEvent> truncatedEvents)
List of Amazon IVS events that the stream encountered.
|
StreamSession |
StreamSession.withTruncatedEvents(Collection<StreamEvent> truncatedEvents)
List of Amazon IVS events that the stream encountered.
|
Copyright © 2021. All rights reserved.