| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTokenCapability |
ParticipantTokenCapability.fromValue(String value)
Use this in place of valueOf.
|
static ParticipantTokenCapability |
ParticipantTokenCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantTokenCapability[] |
ParticipantTokenCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantTokenConfiguration |
ParticipantTokenConfiguration.withCapabilities(ParticipantTokenCapability... 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.
|
CreateParticipantTokenRequest |
CreateParticipantTokenRequest.withCapabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
Copyright © 2023. All rights reserved.