| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
static ChatTokenCapability |
ChatTokenCapability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChatTokenCapability |
ChatTokenCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatTokenCapability[] |
ChatTokenCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChatTokenCapability> |
CreateChatTokenRequest.capabilities()
Set of capabilities that the user is allowed to perform in the room.
|
static Set<ChatTokenCapability> |
ChatTokenCapability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateChatTokenRequest.Builder |
CreateChatTokenRequest.Builder.capabilities(ChatTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the room.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChatTokenRequest.Builder |
CreateChatTokenRequest.Builder.capabilities(Collection<ChatTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the room.
|
Copyright © 2022. All rights reserved.