| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetParticipantResult> |
AmazonIVSRealTimeAsyncClient.getParticipantAsync(GetParticipantRequest request,
AsyncHandler<GetParticipantRequest,GetParticipantResult> asyncHandler) |
Future<GetParticipantResult> |
AmazonIVSRealTimeAsync.getParticipantAsync(GetParticipantRequest getParticipantRequest,
AsyncHandler<GetParticipantRequest,GetParticipantResult> asyncHandler)
Gets information about the specified participant token.
|
Future<GetParticipantResult> |
AbstractAmazonIVSRealTimeAsync.getParticipantAsync(GetParticipantRequest request,
AsyncHandler<GetParticipantRequest,GetParticipantResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetParticipantRequest |
GetParticipantRequest.clone() |
GetParticipantRequest |
GetParticipantRequest.withParticipantId(String participantId)
Unique identifier for the participant.
|
GetParticipantRequest |
GetParticipantRequest.withSessionId(String sessionId)
ID of a session within the stage.
|
GetParticipantRequest |
GetParticipantRequest.withStageArn(String stageArn)
Stage ARN.
|
Copyright © 2024. All rights reserved.