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 |
---|---|
BatchUpdatePhoneNumberResult |
AmazonChimeClient.batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest request)
Updates phone number product types or calling names.
|
BatchUpdatePhoneNumberResult |
AbstractAmazonChime.batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest request) |
BatchUpdatePhoneNumberResult |
AmazonChime.batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest)
Updates phone number product types or calling names.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchUpdatePhoneNumberResult> |
AmazonChimeAsyncClient.batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest request,
AsyncHandler<BatchUpdatePhoneNumberRequest,BatchUpdatePhoneNumberResult> asyncHandler) |
Future<BatchUpdatePhoneNumberResult> |
AbstractAmazonChimeAsync.batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest request,
AsyncHandler<BatchUpdatePhoneNumberRequest,BatchUpdatePhoneNumberResult> asyncHandler) |
Future<BatchUpdatePhoneNumberResult> |
AmazonChimeAsync.batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest,
AsyncHandler<BatchUpdatePhoneNumberRequest,BatchUpdatePhoneNumberResult> asyncHandler)
Updates phone number product types or calling names.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePhoneNumberResult |
BatchUpdatePhoneNumberResult.clone() |
BatchUpdatePhoneNumberResult |
BatchUpdatePhoneNumberResult.withPhoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned,
along with error codes and error messages.
|
BatchUpdatePhoneNumberResult |
BatchUpdatePhoneNumberResult.withPhoneNumberErrors(PhoneNumberError... phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned,
along with error codes and error messages.
|
Copyright © 2022. All rights reserved.