| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMembershipType |
ChannelMembershipType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
AppInstanceUserMembershipSummary |
AppInstanceUserMembershipSummary.withType(ChannelMembershipType type)
The type of
ChannelMembership. |
ChannelMembership |
ChannelMembership.withType(ChannelMembershipType type)
The membership type set for the channel member.
|
BatchChannelMemberships |
BatchChannelMemberships.withType(ChannelMembershipType type)
The membership types set for the channel users.
|
ListChannelMembershipsRequest |
ListChannelMembershipsRequest.withType(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
CreateChannelMembershipRequest |
CreateChannelMembershipRequest.withType(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withType(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
Copyright © 2023. All rights reserved.