| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMessageType |
ChannelMessageType.fromValue(String value)
Use this in place of valueOf.
|
static ChannelMessageType |
ChannelMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMessageType[] |
ChannelMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SendChannelMessageRequest |
SendChannelMessageRequest.withType(ChannelMessageType type)
The type of message,
STANDARD or CONTROL. |
ChannelMessageSummary |
ChannelMessageSummary.withType(ChannelMessageType type)
The type of message.
|
ChannelMessage |
ChannelMessage.withType(ChannelMessageType type)
The message type.
|
Copyright © 2021. All rights reserved.