| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStagesResponse |
IvsRealTimeClient.listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStagesResponse> |
IvsRealTimeAsyncClient.listStages(Consumer<ListStagesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStagesResponse> |
ListStagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStagesResponse> subscriber) |
Copyright © 2023. All rights reserved.