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 |
---|---|
BatchCreateRoomMembershipResult |
AbstractAmazonChime.batchCreateRoomMembership(BatchCreateRoomMembershipRequest request) |
BatchCreateRoomMembershipResult |
AmazonChime.batchCreateRoomMembership(BatchCreateRoomMembershipRequest batchCreateRoomMembershipRequest)
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
|
BatchCreateRoomMembershipResult |
AmazonChimeClient.batchCreateRoomMembership(BatchCreateRoomMembershipRequest request)
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchCreateRoomMembershipResult> |
AmazonChimeAsync.batchCreateRoomMembershipAsync(BatchCreateRoomMembershipRequest batchCreateRoomMembershipRequest,
AsyncHandler<BatchCreateRoomMembershipRequest,BatchCreateRoomMembershipResult> asyncHandler)
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
|
Future<BatchCreateRoomMembershipResult> |
AbstractAmazonChimeAsync.batchCreateRoomMembershipAsync(BatchCreateRoomMembershipRequest request,
AsyncHandler<BatchCreateRoomMembershipRequest,BatchCreateRoomMembershipResult> asyncHandler) |
Future<BatchCreateRoomMembershipResult> |
AmazonChimeAsyncClient.batchCreateRoomMembershipAsync(BatchCreateRoomMembershipRequest request,
AsyncHandler<BatchCreateRoomMembershipRequest,BatchCreateRoomMembershipResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchCreateRoomMembershipResult |
BatchCreateRoomMembershipResult.clone() |
BatchCreateRoomMembershipResult |
BatchCreateRoomMembershipResult.withErrors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
BatchCreateRoomMembershipResult |
BatchCreateRoomMembershipResult.withErrors(MemberError... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
Copyright © 2021. All rights reserved.