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