| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTokenCapability |
ParticipantTokenCapability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<ParticipantTokenCapability> |
CreateParticipantTokenRequest.capabilities()
Set of capabilities that the user is allowed to perform in the stage.
|
List<ParticipantTokenCapability> |
ParticipantToken.capabilities()
Set of capabilities that the user is allowed to perform in the stage.
|
List<ParticipantTokenCapability> |
ParticipantTokenConfiguration.capabilities()
Set of capabilities that the user is allowed to perform in the stage.
|
static Set<ParticipantTokenCapability> |
ParticipantTokenCapability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantToken.Builder |
ParticipantToken.Builder.capabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantToken.Builder |
ParticipantToken.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
Copyright © 2023. All rights reserved.