Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMembershipType
-
Packages that use ChannelMembershipType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMembershipType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMembershipType Modifier and Type Method Description static ChannelMembershipTypeChannelMembershipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelMembershipTypeAppInstanceUserMembershipSummary. type()The type ofChannelMembership.ChannelMembershipTypeBatchChannelMemberships. type()The membership types set for the channel members.ChannelMembershipTypeBatchCreateChannelMembershipRequest. type()The membership type of a user,DEFAULTorHIDDEN.ChannelMembershipTypeChannelMembership. type()The membership type set for the channel member.ChannelMembershipTypeCreateChannelMembershipRequest. type()The membership type of a user,DEFAULTorHIDDEN.ChannelMembershipTypeListChannelMembershipsRequest. type()The membership type of a user,DEFAULTorHIDDEN.static ChannelMembershipTypeChannelMembershipType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMembershipType[]ChannelMembershipType. 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 ChannelMembershipType Modifier and Type Method Description static Set<ChannelMembershipType>ChannelMembershipType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMembershipType Modifier and Type Method Description AppInstanceUserMembershipSummary.BuilderAppInstanceUserMembershipSummary.Builder. type(ChannelMembershipType type)The type ofChannelMembership.BatchChannelMemberships.BuilderBatchChannelMemberships.Builder. type(ChannelMembershipType type)The membership types set for the channel members.BatchCreateChannelMembershipRequest.BuilderBatchCreateChannelMembershipRequest.Builder. type(ChannelMembershipType type)The membership type of a user,DEFAULTorHIDDEN.ChannelMembership.BuilderChannelMembership.Builder. type(ChannelMembershipType type)The membership type set for the channel member.CreateChannelMembershipRequest.BuilderCreateChannelMembershipRequest.Builder. type(ChannelMembershipType type)The membership type of a user,DEFAULTorHIDDEN.ListChannelMembershipsRequest.BuilderListChannelMembershipsRequest.Builder. type(ChannelMembershipType type)The membership type of a user,DEFAULTorHIDDEN.
-