| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMembershipType |
ChannelMembershipType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelMembershipType |
CreateChannelMembershipRequest.type()
The membership type of a user,
DEFAULT or HIDDEN. |
ChannelMembershipType |
AppInstanceUserMembershipSummary.type()
The type of
ChannelMembership. |
ChannelMembershipType |
ChannelMembership.type()
The membership type set for the channel member.
|
ChannelMembershipType |
BatchCreateChannelMembershipRequest.type()
The membership type of a user,
DEFAULT or HIDDEN. |
ChannelMembershipType |
BatchChannelMemberships.type()
The membership types set for the channel users.
|
ChannelMembershipType |
ListChannelMembershipsRequest.type()
The membership type of a user,
DEFAULT or HIDDEN. |
static ChannelMembershipType |
ChannelMembershipType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ChannelMembershipType> |
ChannelMembershipType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelMembershipRequest.Builder |
CreateChannelMembershipRequest.Builder.type(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
AppInstanceUserMembershipSummary.Builder |
AppInstanceUserMembershipSummary.Builder.type(ChannelMembershipType type)
The type of
ChannelMembership. |
ChannelMembership.Builder |
ChannelMembership.Builder.type(ChannelMembershipType type)
The membership type set for the channel member.
|
BatchCreateChannelMembershipRequest.Builder |
BatchCreateChannelMembershipRequest.Builder.type(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
BatchChannelMemberships.Builder |
BatchChannelMemberships.Builder.type(ChannelMembershipType type)
The membership types set for the channel users.
|
ListChannelMembershipsRequest.Builder |
ListChannelMembershipsRequest.Builder.type(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
Copyright © 2023. All rights reserved.