| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSessionSummary |
StreamSessionSummary.clone() |
StreamSessionSummary |
StreamSessionSummary.withEndTime(Date endTime)
UTC ISO-8601 formatted timestamp of when the channel went offline.
|
StreamSessionSummary |
StreamSessionSummary.withHasErrorEvent(Boolean hasErrorEvent)
If
true, this stream encountered a quota breach or failure. |
StreamSessionSummary |
StreamSessionSummary.withStartTime(Date startTime)
UTC ISO-8601 formatted timestamp of when the channel went live.
|
StreamSessionSummary |
StreamSessionSummary.withStreamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamSessionSummary> |
ListStreamSessionsResult.getStreamSessions()
List of stream sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamSessionsResult |
ListStreamSessionsResult.withStreamSessions(StreamSessionSummary... streamSessions)
List of stream sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamSessionsResult.setStreamSessions(Collection<StreamSessionSummary> streamSessions)
List of stream sessions.
|
ListStreamSessionsResult |
ListStreamSessionsResult.withStreamSessions(Collection<StreamSessionSummary> streamSessions)
List of stream sessions.
|
Copyright © 2022. All rights reserved.