| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMode |
ChannelMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelMode |
ChannelSummary.mode()
The mode of the channel.
|
ChannelMode |
CreateChannelRequest.mode()
The channel mode:
UNRESTRICTED or RESTRICTED. |
ChannelMode |
UpdateChannelRequest.mode()
The mode of the update request.
|
ChannelMode |
Channel.mode()
The mode of the channel.
|
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 |
|---|---|
static Set<ChannelMode> |
ChannelMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.mode(ChannelMode mode)
The mode of the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.mode(ChannelMode mode)
The channel mode:
UNRESTRICTED or RESTRICTED. |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.mode(ChannelMode mode)
The mode of the update request.
|
Channel.Builder |
Channel.Builder.mode(ChannelMode mode)
The mode of the channel.
|
Copyright © 2022. All rights reserved.