| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ListStagesResponse.Builder |
ListStagesResponse.builder() |
ListStagesResponse.Builder |
ListStagesResponse.Builder.nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListStagesResponse.Builder |
ListStagesResponse.Builder.stages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
ListStagesResponse.Builder |
ListStagesResponse.Builder.stages(Consumer<StageSummary.Builder>... stages)
List of the matching stages (summary information only).
|
ListStagesResponse.Builder |
ListStagesResponse.Builder.stages(StageSummary... stages)
List of the matching stages (summary information only).
|
ListStagesResponse.Builder |
ListStagesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStagesResponse.Builder> |
ListStagesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.