| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelPrivacy |
ChannelPrivacy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelPrivacy |
ChannelSummary.privacy()
The privacy setting of the channel.
|
ChannelPrivacy |
CreateChannelRequest.privacy()
The channel's privacy level:
PUBLIC or PRIVATE. |
ChannelPrivacy |
Channel.privacy()
The channel's privacy setting.
|
ChannelPrivacy |
ListChannelsRequest.privacy()
The privacy setting.
|
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 |
|---|---|
static Set<ChannelPrivacy> |
ChannelPrivacy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.privacy(ChannelPrivacy privacy)
The privacy setting of the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.privacy(ChannelPrivacy privacy)
The channel's privacy level:
PUBLIC or PRIVATE. |
Channel.Builder |
Channel.Builder.privacy(ChannelPrivacy privacy)
The channel's privacy setting.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.privacy(ChannelPrivacy privacy)
The privacy setting.
|
Copyright © 2023. All rights reserved.