| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS
EventBridge event stream for responses.
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
AbstractAmazonIVSRealTime.createStage(CreateStageRequest request) |
CreateStageResult |
AmazonIVSRealTime.createStage(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
CreateStageResult |
AmazonIVSRealTimeClient.createStage(CreateStageRequest request)
Creates a new stage (and optionally participant tokens).
|
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new stage (and optionally participant tokens).
|
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.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).
|
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AmazonIVSRealTimeAsyncClient.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).
|
Future<CreateStageResult> |
AbstractAmazonIVSRealTimeAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateStageRequest |
CreateStageRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageRequest |
CreateStageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageRequest |
CreateStageRequest.clone() |
CreateStageRequest |
CreateStageRequest.withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
|
CreateStageRequest |
CreateStageRequest.withName(String name)
Optional name that can be specified for the stage being created.
|
CreateStageRequest |
CreateStageRequest.withParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
CreateStageRequest |
CreateStageRequest.withParticipantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
CreateStageRequest |
CreateStageRequest.withTags(Map<String,String> tags)
Tags attached to the resource.
|
Copyright © 2024. All rights reserved.