| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantToken |
ParticipantToken.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ParticipantToken |
ParticipantToken.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ParticipantToken |
ParticipantToken.clone() |
ParticipantToken |
CreateParticipantTokenResult.getParticipantToken()
The participant token that was created.
|
ParticipantToken |
ParticipantToken.withAttributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a stage.
|
ParticipantToken |
ParticipantToken.withCapabilities(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantToken |
ParticipantToken.withCapabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantToken |
ParticipantToken.withCapabilities(String... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantToken |
ParticipantToken.withDuration(Integer duration)
Duration (in minutes), after which the participant token expires.
|
ParticipantToken |
ParticipantToken.withExpirationTime(Date expirationTime)
ISO 8601 timestamp (returned as a string) for when this token expires.
|
ParticipantToken |
ParticipantToken.withParticipantId(String participantId)
Unique identifier for this participant token, assigned by IVS.
|
ParticipantToken |
ParticipantToken.withToken(String token)
The issued client token, encrypted.
|
ParticipantToken |
ParticipantToken.withUserId(String userId)
Customer-assigned name to help identify the token; this can be used to link a participant to a user in the
customer’s own systems.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParticipantToken> |
CreateStageResult.getParticipantTokens()
Participant tokens attached to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateParticipantTokenResult.setParticipantToken(ParticipantToken participantToken)
The participant token that was created.
|
CreateParticipantTokenResult |
CreateParticipantTokenResult.withParticipantToken(ParticipantToken participantToken)
The participant token that was created.
|
CreateStageResult |
CreateStageResult.withParticipantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStageResult.setParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
CreateStageResult |
CreateStageResult.withParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
Copyright © 2024. All rights reserved.