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