| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisconnectParticipantResult> |
AmazonIVSRealTimeAsyncClient.disconnectParticipantAsync(DisconnectParticipantRequest request,
AsyncHandler<DisconnectParticipantRequest,DisconnectParticipantResult> asyncHandler) |
Future<DisconnectParticipantResult> |
AbstractAmazonIVSRealTimeAsync.disconnectParticipantAsync(DisconnectParticipantRequest request,
AsyncHandler<DisconnectParticipantRequest,DisconnectParticipantResult> asyncHandler) |
Future<DisconnectParticipantResult> |
AmazonIVSRealTimeAsync.disconnectParticipantAsync(DisconnectParticipantRequest disconnectParticipantRequest,
AsyncHandler<DisconnectParticipantRequest,DisconnectParticipantResult> asyncHandler)
Disconnects a specified participant and revokes the participant permanently from a specified stage.
|
| Modifier and Type | Method and Description |
|---|---|
DisconnectParticipantRequest |
DisconnectParticipantRequest.clone() |
DisconnectParticipantRequest |
DisconnectParticipantRequest.withParticipantId(String participantId)
Identifier of the participant to be disconnected.
|
DisconnectParticipantRequest |
DisconnectParticipantRequest.withReason(String reason)
Description of why this participant is being disconnected.
|
DisconnectParticipantRequest |
DisconnectParticipantRequest.withStageArn(String stageArn)
ARN of the stage to which the participant is attached.
|
Copyright © 2024. All rights reserved.