Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdatePhoneNumberSettingsResponse
-
Packages that use UpdatePhoneNumberSettingsResponse 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 UpdatePhoneNumberSettingsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdatePhoneNumberSettingsResponse Modifier and Type Method Description default UpdatePhoneNumberSettingsResponseChimeSdkVoiceClient. updatePhoneNumberSettings(Consumer<UpdatePhoneNumberSettingsRequest.Builder> updatePhoneNumberSettingsRequest)Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.default UpdatePhoneNumberSettingsResponseChimeSdkVoiceClient. updatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest)Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdatePhoneNumberSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdatePhoneNumberSettingsResponse>ChimeSdkVoiceAsyncClient. updatePhoneNumberSettings(Consumer<UpdatePhoneNumberSettingsRequest.Builder> updatePhoneNumberSettingsRequest)Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.default CompletableFuture<UpdatePhoneNumberSettingsResponse>ChimeSdkVoiceAsyncClient. updatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest)Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.
-