| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
AbstractAmazonIVSRealTime.createStage(CreateStageRequest request) |
CreateStageResult |
AmazonIVSRealTimeClient.createStage(CreateStageRequest request)
Creates a new stage (and optionally participant tokens).
|
CreateStageResult |
AmazonIVSRealTime.createStage(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new stage (and optionally participant tokens).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new stage (and optionally participant tokens).
|
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
CreateStageResult.clone() |
CreateStageResult |
CreateStageResult.withParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
CreateStageResult |
CreateStageResult.withParticipantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage.
|
CreateStageResult |
CreateStageResult.withStage(Stage stage)
The stage that was created.
|
Copyright © 2024. All rights reserved.