Package | Description |
---|---|
com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
com.amazonaws.services.chime.model |
Modifier and Type | Method and Description |
---|---|
BatchCreateChannelMembershipResult |
AbstractAmazonChime.batchCreateChannelMembership(BatchCreateChannelMembershipRequest request) |
BatchCreateChannelMembershipResult |
AmazonChimeClient.batchCreateChannelMembership(BatchCreateChannelMembershipRequest request)
Adds a specified number of users to a channel.
|
BatchCreateChannelMembershipResult |
AmazonChime.batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)
Adds a specified number of users to a channel.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchCreateChannelMembershipResult> |
AbstractAmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler) |
Future<BatchCreateChannelMembershipResult> |
AmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler)
Adds a specified number of users to a channel.
|
Future<BatchCreateChannelMembershipResult> |
AmazonChimeAsyncClient.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler) |
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 © 2022. All rights reserved.