| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.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 |
|---|---|
ListChannelsRequest |
ListChannelsRequest.withPrivacy(ChannelPrivacy privacy)
The privacy setting.
|
ChannelAssociatedWithFlowSummary |
ChannelAssociatedWithFlowSummary.withPrivacy(ChannelPrivacy privacy)
The channel's privacy setting.
|
ChannelSummary |
ChannelSummary.withPrivacy(ChannelPrivacy privacy)
The privacy setting of the channel.
|
Channel |
Channel.withPrivacy(ChannelPrivacy privacy)
The channel's privacy setting.
|
CreateChannelRequest |
CreateChannelRequest.withPrivacy(ChannelPrivacy privacy)
The channel's privacy level:
PUBLIC or PRIVATE. |
Copyright © 2024. All rights reserved.