| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantToken |
CreateParticipantTokenResponse.participantToken()
The participant token that was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParticipantToken> |
CreateStageResponse.participantTokens()
Participant tokens attached to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenResponse.Builder |
CreateParticipantTokenResponse.Builder.participantToken(ParticipantToken participantToken)
The participant token that was created.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.participantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStageResponse.Builder |
CreateStageResponse.Builder.participantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
Copyright © 2023. All rights reserved.