| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.clone() |
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withAttributes(Map<String,String> attributes)
Application-provided attributes to encode into the corresponding participant token and attach to a stage.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withCapabilities(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withCapabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withCapabilities(String... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withDuration(Integer duration)
Duration (in minutes), after which the corresponding participant token expires.
|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.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<ParticipantTokenConfiguration> |
CreateStageRequest.getParticipantTokenConfigurations()
Array of participant token configuration objects to attach to the new stage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStageRequest |
CreateStageRequest.withParticipantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStageRequest.setParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
CreateStageRequest |
CreateStageRequest.withParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
Copyright © 2024. All rights reserved.