| 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 |
|---|---|
ListStagesResult |
AbstractAmazonIVSRealTime.listStages(ListStagesRequest request) |
ListStagesResult |
AmazonIVSRealTime.listStages(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
ListStagesResult |
AmazonIVSRealTimeClient.listStages(ListStagesRequest request)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStagesResult> |
AmazonIVSRealTimeAsyncClient.listStagesAsync(ListStagesRequest request) |
Future<ListStagesResult> |
AmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
Future<ListStagesResult> |
AbstractAmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest request) |
Future<ListStagesResult> |
AmazonIVSRealTimeAsyncClient.listStagesAsync(ListStagesRequest request,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler) |
Future<ListStagesResult> |
AmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest listStagesRequest,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
Future<ListStagesResult> |
AbstractAmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest request,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStagesResult> |
AmazonIVSRealTimeAsyncClient.listStagesAsync(ListStagesRequest request,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler) |
Future<ListStagesResult> |
AmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest listStagesRequest,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
Future<ListStagesResult> |
AbstractAmazonIVSRealTimeAsync.listStagesAsync(ListStagesRequest request,
AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStagesResult |
ListStagesResult.clone() |
ListStagesResult |
ListStagesResult.withNextToken(String nextToken)
If there are more stages than
maxResults, use nextToken in the request to get the next
set. |
ListStagesResult |
ListStagesResult.withStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
ListStagesResult |
ListStagesResult.withStages(StageSummary... stages)
List of the matching stages (summary information only).
|
Copyright © 2024. All rights reserved.