| 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 |
|---|---|
BatchUpdateUserResult |
AmazonChimeClient.batchUpdateUser(BatchUpdateUserRequest request)
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account.
|
BatchUpdateUserResult |
AbstractAmazonChime.batchUpdateUser(BatchUpdateUserRequest request) |
BatchUpdateUserResult |
AmazonChime.batchUpdateUser(BatchUpdateUserRequest batchUpdateUserRequest)
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateUserResult> |
AmazonChimeAsyncClient.batchUpdateUserAsync(BatchUpdateUserRequest request,
AsyncHandler<BatchUpdateUserRequest,BatchUpdateUserResult> asyncHandler) |
Future<BatchUpdateUserResult> |
AbstractAmazonChimeAsync.batchUpdateUserAsync(BatchUpdateUserRequest request,
AsyncHandler<BatchUpdateUserRequest,BatchUpdateUserResult> asyncHandler) |
Future<BatchUpdateUserResult> |
AmazonChimeAsync.batchUpdateUserAsync(BatchUpdateUserRequest batchUpdateUserRequest,
AsyncHandler<BatchUpdateUserRequest,BatchUpdateUserResult> asyncHandler)
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateUserResult |
BatchUpdateUserResult.clone() |
BatchUpdateUserResult |
BatchUpdateUserResult.withUserErrors(Collection<UserError> userErrors)
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
BatchUpdateUserResult |
BatchUpdateUserResult.withUserErrors(UserError... userErrors)
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
Copyright © 2023. All rights reserved.