Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMode
-
Packages that use ChannelMode Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMode in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMode Modifier and Type Method Description static ChannelModeChannelMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelModeChannel. mode()The mode of the channel.ChannelModeChannelAssociatedWithFlowSummary. mode()The mode of the channel.ChannelModeChannelSummary. mode()The mode of the channel.ChannelModeCreateChannelRequest. mode()The channel mode:UNRESTRICTEDorRESTRICTED.ChannelModeUpdateChannelRequest. mode()The mode of the update request.static ChannelModeChannelMode. 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.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMode Modifier and Type Method Description static Set<ChannelMode>ChannelMode. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMode Modifier and Type Method Description Channel.BuilderChannel.Builder. mode(ChannelMode mode)The mode of the channel.ChannelAssociatedWithFlowSummary.BuilderChannelAssociatedWithFlowSummary.Builder. mode(ChannelMode mode)The mode of the channel.ChannelSummary.BuilderChannelSummary.Builder. mode(ChannelMode mode)The mode of the channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. mode(ChannelMode mode)The channel mode:UNRESTRICTEDorRESTRICTED.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. mode(ChannelMode mode)The mode of the update request.
-