| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS
EventBridge event stream for responses.
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ListStageSessionsResult |
AbstractAmazonIVSRealTime.listStageSessions(ListStageSessionsRequest request) |
ListStageSessionsResult |
AmazonIVSRealTime.listStageSessions(ListStageSessionsRequest listStageSessionsRequest)
Gets all sessions for a specified stage.
|
ListStageSessionsResult |
AmazonIVSRealTimeClient.listStageSessions(ListStageSessionsRequest request)
Gets all sessions for a specified stage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStageSessionsResult> |
AmazonIVSRealTimeAsyncClient.listStageSessionsAsync(ListStageSessionsRequest request,
AsyncHandler<ListStageSessionsRequest,ListStageSessionsResult> asyncHandler) |
Future<ListStageSessionsResult> |
AmazonIVSRealTimeAsync.listStageSessionsAsync(ListStageSessionsRequest listStageSessionsRequest,
AsyncHandler<ListStageSessionsRequest,ListStageSessionsResult> asyncHandler)
Gets all sessions for a specified stage.
|
Future<ListStageSessionsResult> |
AbstractAmazonIVSRealTimeAsync.listStageSessionsAsync(ListStageSessionsRequest request,
AsyncHandler<ListStageSessionsRequest,ListStageSessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStageSessionsResult |
ListStageSessionsResult.clone() |
ListStageSessionsResult |
ListStageSessionsResult.withNextToken(String nextToken)
If there are more stage sessions than
maxResults, use nextToken in the request to get
the next set. |
ListStageSessionsResult |
ListStageSessionsResult.withStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
ListStageSessionsResult |
ListStageSessionsResult.withStageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
|
Copyright © 2024. All rights reserved.