Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdatePhoneNumberResponse
-
Packages that use UpdatePhoneNumberResponse 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 UpdatePhoneNumberResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdatePhoneNumberResponse Modifier and Type Method Description default UpdatePhoneNumberResponseChimeSdkVoiceClient. updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)Updates phone number details, such as product type or calling name, for the specified phone number ID.default UpdatePhoneNumberResponseChimeSdkVoiceClient. updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)Updates phone number details, such as product type or calling name, for the specified phone number ID.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdatePhoneNumberResponse Modifier and Type Method Description default CompletableFuture<UpdatePhoneNumberResponse>ChimeSdkVoiceAsyncClient. updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)Updates phone number details, such as product type or calling name, for the specified phone number ID.default CompletableFuture<UpdatePhoneNumberResponse>ChimeSdkVoiceAsyncClient. updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)Updates phone number details, such as product type or calling name, for the specified phone number ID.
-