| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
default GetParticipantResponse |
IvsRealTimeClient.getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)
Gets information about the specified participant token.
|
default CompletableFuture<GetParticipantResponse> |
IvsRealTimeAsyncClient.getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)
Gets information about the specified participant token.
|
| Modifier and Type | Method and Description |
|---|---|
static GetParticipantRequest.Builder |
GetParticipantRequest.builder() |
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.participantId(String participantId)
Unique identifier for the participant.
|
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.sessionId(String sessionId)
ID of a session within the stage.
|
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.stageArn(String stageArn)
Stage ARN.
|
GetParticipantRequest.Builder |
GetParticipantRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetParticipantRequest.Builder> |
GetParticipantRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.