| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMessageType |
ChannelMessageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelMessageType |
ChannelMessage.type()
The message type.
|
ChannelMessageType |
ChannelMessageSummary.type()
The type of message.
|
ChannelMessageType |
SendChannelMessageRequest.type()
The type of message,
STANDARD or CONTROL. |
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 |
|---|---|
static Set<ChannelMessageType> |
ChannelMessageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChannelMessage.Builder |
ChannelMessage.Builder.type(ChannelMessageType type)
The message type.
|
ChannelMessageSummary.Builder |
ChannelMessageSummary.Builder.type(ChannelMessageType type)
The type of message.
|
SendChannelMessageRequest.Builder |
SendChannelMessageRequest.Builder.type(ChannelMessageType type)
The type of message,
STANDARD or CONTROL. |
Copyright © 2022. All rights reserved.