Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.BatchDeletePhoneNumberResponse
-
Packages that use BatchDeletePhoneNumberResponse Package Description software.amazon.awssdk.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. -
-
Uses of BatchDeletePhoneNumberResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return BatchDeletePhoneNumberResponse Modifier and Type Method Description default BatchDeletePhoneNumberResponseChimeSdkVoiceClient. batchDeletePhoneNumber(Consumer<BatchDeletePhoneNumberRequest.Builder> batchDeletePhoneNumberRequest)Moves phone numbers into the Deletion queue.default BatchDeletePhoneNumberResponseChimeSdkVoiceClient. batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest)Moves phone numbers into the Deletion queue.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type BatchDeletePhoneNumberResponse Modifier and Type Method Description default CompletableFuture<BatchDeletePhoneNumberResponse>ChimeSdkVoiceAsyncClient. batchDeletePhoneNumber(Consumer<BatchDeletePhoneNumberRequest.Builder> batchDeletePhoneNumberRequest)Moves phone numbers into the Deletion queue.default CompletableFuture<BatchDeletePhoneNumberResponse>ChimeSdkVoiceAsyncClient. batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest)Moves phone numbers into the Deletion queue.
-