| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
StageSessionSummary |
StageSessionSummary.clone() |
StageSessionSummary |
StageSessionSummary.withEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSessionSummary |
StageSessionSummary.withSessionId(String sessionId)
ID of the session within the stage.
|
StageSessionSummary |
StageSessionSummary.withStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageSessionSummary> |
ListStageSessionsResult.getStageSessions()
List of matching stage sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ListStageSessionsResult |
ListStageSessionsResult.withStageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStageSessionsResult.setStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
ListStageSessionsResult |
ListStageSessionsResult.withStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
Copyright © 2023. All rights reserved.