| 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 |
|---|---|
Future<UpdateStageResult> |
AmazonIVSRealTimeAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonIVSRealTimeAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Updates a stage’s configuration.
|
Future<UpdateStageResult> |
AbstractAmazonIVSRealTimeAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withArn(String arn)
ARN of the stage to be updated.
|
UpdateStageRequest |
UpdateStageRequest.withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage.
|
UpdateStageRequest |
UpdateStageRequest.withName(String name)
Name of the stage to be updated.
|
Copyright © 2024. All rights reserved.