| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
BatchChannelMemberships |
BatchChannelMemberships.clone() |
BatchChannelMemberships |
BatchCreateChannelMembershipResult.getBatchChannelMemberships()
The list of channel memberships in the response.
|
BatchChannelMemberships |
BatchChannelMemberships.withChannelArn(String channelArn)
The ARN of the channel to which you're adding members.
|
BatchChannelMemberships |
BatchChannelMemberships.withInvitedBy(Identity invitedBy)
The identifier of the member who invited another member.
|
BatchChannelMemberships |
BatchChannelMemberships.withMembers(Collection<Identity> members)
The users successfully added to the request.
|
BatchChannelMemberships |
BatchChannelMemberships.withMembers(Identity... members)
The users successfully added to the request.
|
BatchChannelMemberships |
BatchChannelMemberships.withSubChannelId(String subChannelId)
The ID of the SubChannel.
|
BatchChannelMemberships |
BatchChannelMemberships.withType(ChannelMembershipType type)
The membership types set for the channel members.
|
BatchChannelMemberships |
BatchChannelMemberships.withType(String type)
The membership types set for the channel members.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateChannelMembershipResult.setBatchChannelMemberships(BatchChannelMemberships batchChannelMemberships)
The list of channel memberships in the response.
|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withBatchChannelMemberships(BatchChannelMemberships batchChannelMemberships)
The list of channel memberships in the response.
|
Copyright © 2023. All rights reserved.