| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipResult |
AmazonChimeSDKMessagingClient.batchCreateChannelMembership(BatchCreateChannelMembershipRequest request)
Adds a specified number of users and bots to a channel.
|
BatchCreateChannelMembershipResult |
AbstractAmazonChimeSDKMessaging.batchCreateChannelMembership(BatchCreateChannelMembershipRequest request) |
BatchCreateChannelMembershipResult |
AmazonChimeSDKMessaging.batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.clone() |
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withBatchChannelMemberships(BatchChannelMemberships batchChannelMemberships)
The list of channel memberships in the response.
|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withErrors(BatchCreateChannelMembershipError... errors)
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withErrors(Collection<BatchCreateChannelMembershipError> errors)
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
Copyright © 2024. All rights reserved.