| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMode |
ChannelMode.fromValue(String value)
Use this in place of valueOf.
|
static ChannelMode |
ChannelMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMode[] |
ChannelMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.withMode(ChannelMode mode)
The mode of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withMode(ChannelMode mode)
The mode of the update request.
|
CreateChannelRequest |
CreateChannelRequest.withMode(ChannelMode mode)
The channel mode:
UNRESTRICTED or RESTRICTED. |
ChannelSummary |
ChannelSummary.withMode(ChannelMode mode)
The mode of the channel.
|
Copyright © 2023. All rights reserved.