Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeletePhoneNumberResponse
-
Packages that use DeletePhoneNumberResponse 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 DeletePhoneNumberResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeletePhoneNumberResponse Modifier and Type Method Description default DeletePhoneNumberResponseChimeSdkVoiceClient. deletePhoneNumber(Consumer<DeletePhoneNumberRequest.Builder> deletePhoneNumberRequest)Moves the specified phone number into the Deletion queue.default DeletePhoneNumberResponseChimeSdkVoiceClient. deletePhoneNumber(DeletePhoneNumberRequest deletePhoneNumberRequest)Moves the specified phone number into the Deletion queue.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeletePhoneNumberResponse Modifier and Type Method Description default CompletableFuture<DeletePhoneNumberResponse>ChimeSdkVoiceAsyncClient. deletePhoneNumber(Consumer<DeletePhoneNumberRequest.Builder> deletePhoneNumberRequest)Moves the specified phone number into the Deletion queue.default CompletableFuture<DeletePhoneNumberResponse>ChimeSdkVoiceAsyncClient. deletePhoneNumber(DeletePhoneNumberRequest deletePhoneNumberRequest)Moves the specified phone number into the Deletion queue.
-