| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStageResponse |
IvsRealTimeClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new stage (and optionally participant tokens).
|
default CreateStageResponse |
IvsRealTimeClient.createStage(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStageResponse> |
IvsRealTimeAsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new stage (and optionally participant tokens).
|
default CompletableFuture<CreateStageResponse> |
IvsRealTimeAsyncClient.createStage(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
Copyright © 2023. All rights reserved.