Uses of Class
software.amazon.awssdk.services.ivschat.model.ChatTokenCapability
-
Packages that use ChatTokenCapability Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of ChatTokenCapability in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return ChatTokenCapability Modifier and Type Method Description static ChatTokenCapabilityChatTokenCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChatTokenCapabilityChatTokenCapability. 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.Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type ChatTokenCapability Modifier and Type Method Description List<ChatTokenCapability>CreateChatTokenRequest. capabilities()Set of capabilities that the user is allowed to perform in the room.static Set<ChatTokenCapability>ChatTokenCapability. knownValues()Methods in software.amazon.awssdk.services.ivschat.model with parameters of type ChatTokenCapability Modifier and Type Method Description CreateChatTokenRequest.BuilderCreateChatTokenRequest.Builder. capabilities(ChatTokenCapability... capabilities)Set of capabilities that the user is allowed to perform in the room.Method parameters in software.amazon.awssdk.services.ivschat.model with type arguments of type ChatTokenCapability Modifier and Type Method Description CreateChatTokenRequest.BuilderCreateChatTokenRequest.Builder. capabilities(Collection<ChatTokenCapability> capabilities)Set of capabilities that the user is allowed to perform in the room.
-