| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.paginators | |
| software.amazon.awssdk.services.ivsrealtime.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListStagesResponse |
IvsRealTimeClient.listStages(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default CompletableFuture<ListStagesResponse> |
IvsRealTimeAsyncClient.listStages(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListStagesIterable |
IvsRealTimeClient.listStagesPaginator(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
default ListStagesPublisher |
IvsRealTimeAsyncClient.listStagesPaginator(ListStagesRequest listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
| Constructor and Description |
|---|
ListStagesIterable(IvsRealTimeClient client,
ListStagesRequest firstRequest) |
ListStagesPublisher(IvsRealTimeAsyncClient client,
ListStagesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStagesRequestMarshaller.marshall(ListStagesRequest listStagesRequest) |
Copyright © 2023. All rights reserved.