| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
StageSession |
StageSession.clone() |
StageSession |
GetStageSessionResult.getStageSession()
The stage session that is returned.
|
StageSession |
StageSession.withEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSession |
StageSession.withSessionId(String sessionId)
ID of the session within the stage.
|
StageSession |
StageSession.withStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStageSessionResult.setStageSession(StageSession stageSession)
The stage session that is returned.
|
GetStageSessionResult |
GetStageSessionResult.withStageSession(StageSession stageSession)
The stage session that is returned.
|
Copyright © 2023. All rights reserved.