Uses of Class
software.amazon.awssdk.services.chime.model.GetPhoneNumberSettingsResponse
-
Packages that use GetPhoneNumberSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetPhoneNumberSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetPhoneNumberSettingsResponse Modifier and Type Method Description default GetPhoneNumberSettingsResponseChimeClient. getPhoneNumberSettings(Consumer<GetPhoneNumberSettingsRequest.Builder> getPhoneNumberSettingsRequest)Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.default GetPhoneNumberSettingsResponseChimeClient. getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest)Retrieves 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 GetPhoneNumberSettingsResponse Modifier and Type Method Description default CompletableFuture<GetPhoneNumberSettingsResponse>ChimeAsyncClient. getPhoneNumberSettings(Consumer<GetPhoneNumberSettingsRequest.Builder> getPhoneNumberSettingsRequest)Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.default CompletableFuture<GetPhoneNumberSettingsResponse>ChimeAsyncClient. getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest)Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.
-