| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMessagePersistenceType |
ChannelMessagePersistenceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelMessagePersistenceType |
SendChannelMessageRequest.persistence()
Boolean that controls whether the message is persisted on the back end.
|
ChannelMessagePersistenceType |
ChannelMessage.persistence()
The persistence setting for a channel message.
|
static ChannelMessagePersistenceType |
ChannelMessagePersistenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMessagePersistenceType[] |
ChannelMessagePersistenceType.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<ChannelMessagePersistenceType> |
ChannelMessagePersistenceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SendChannelMessageRequest.Builder |
SendChannelMessageRequest.Builder.persistence(ChannelMessagePersistenceType persistence)
Boolean that controls whether the message is persisted on the back end.
|
ChannelMessage.Builder |
ChannelMessage.Builder.persistence(ChannelMessagePersistenceType persistence)
The persistence setting for a channel message.
|
Copyright © 2022. All rights reserved.