Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelPrivacy
-
Packages that use ChannelPrivacy Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelPrivacy in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelPrivacy Modifier and Type Method Description static ChannelPrivacyChannelPrivacy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelPrivacyChannel. privacy()The channel's privacy setting.ChannelPrivacyChannelAssociatedWithFlowSummary. privacy()The channel's privacy setting.ChannelPrivacyChannelSummary. privacy()The privacy setting of the channel.ChannelPrivacyCreateChannelRequest. privacy()The channel's privacy level:PUBLICorPRIVATE.ChannelPrivacyListChannelsRequest. privacy()The privacy setting.static ChannelPrivacyChannelPrivacy. 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.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelPrivacy Modifier and Type Method Description static Set<ChannelPrivacy>ChannelPrivacy. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelPrivacy Modifier and Type Method Description Channel.BuilderChannel.Builder. privacy(ChannelPrivacy privacy)The channel's privacy setting.ChannelAssociatedWithFlowSummary.BuilderChannelAssociatedWithFlowSummary.Builder. privacy(ChannelPrivacy privacy)The channel's privacy setting.ChannelSummary.BuilderChannelSummary.Builder. privacy(ChannelPrivacy privacy)The privacy setting of the channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. privacy(ChannelPrivacy privacy)The channel's privacy level:PUBLICorPRIVATE.ListChannelsRequest.BuilderListChannelsRequest.Builder. privacy(ChannelPrivacy privacy)The privacy setting.
-