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