| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice |
The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use
Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.
|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePhoneNumberResult |
AmazonChimeSDKVoiceClient.batchDeletePhoneNumber(BatchDeletePhoneNumberRequest request)
Moves phone numbers into the Deletion queue.
|
BatchDeletePhoneNumberResult |
AmazonChimeSDKVoice.batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest)
Moves phone numbers into the Deletion queue.
|
BatchDeletePhoneNumberResult |
AbstractAmazonChimeSDKVoice.batchDeletePhoneNumber(BatchDeletePhoneNumberRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeletePhoneNumberResult> |
AbstractAmazonChimeSDKVoiceAsync.batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest request,
AsyncHandler<BatchDeletePhoneNumberRequest,BatchDeletePhoneNumberResult> asyncHandler) |
Future<BatchDeletePhoneNumberResult> |
AmazonChimeSDKVoiceAsync.batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest,
AsyncHandler<BatchDeletePhoneNumberRequest,BatchDeletePhoneNumberResult> asyncHandler)
Moves phone numbers into the Deletion queue.
|
Future<BatchDeletePhoneNumberResult> |
AmazonChimeSDKVoiceAsyncClient.batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest request,
AsyncHandler<BatchDeletePhoneNumberRequest,BatchDeletePhoneNumberResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePhoneNumberResult |
BatchDeletePhoneNumberResult.clone() |
BatchDeletePhoneNumberResult |
BatchDeletePhoneNumberResult.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.
|
BatchDeletePhoneNumberResult |
BatchDeletePhoneNumberResult.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 © 2023. All rights reserved.