| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelPrivacy |
ChannelPrivacy.fromValue(String value)
Use this in place of valueOf.
|
static ChannelPrivacy |
ChannelPrivacy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelPrivacy[] |
ChannelPrivacy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.withPrivacy(ChannelPrivacy privacy)
The channel's privacy level:
PUBLIC or PRIVATE. |
ListChannelsRequest |
ListChannelsRequest.withPrivacy(ChannelPrivacy privacy)
The privacy setting.
|
ChannelSummary |
ChannelSummary.withPrivacy(ChannelPrivacy privacy)
The privacy setting of the channel.
|
Channel |
Channel.withPrivacy(ChannelPrivacy privacy)
The channel's privacy setting.
|
Copyright © 2022. All rights reserved.