| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
GetPhoneNumberSettingsResult |
AmazonChimeSDKVoiceClient.getPhoneNumberSettings(GetPhoneNumberSettingsRequest request)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
GetPhoneNumberSettingsResult |
AmazonChimeSDKVoice.getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
GetPhoneNumberSettingsResult |
AbstractAmazonChimeSDKVoice.getPhoneNumberSettings(GetPhoneNumberSettingsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPhoneNumberSettingsResult> |
AbstractAmazonChimeSDKVoiceAsync.getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest request,
AsyncHandler<GetPhoneNumberSettingsRequest,GetPhoneNumberSettingsResult> asyncHandler) |
Future<GetPhoneNumberSettingsResult> |
AmazonChimeSDKVoiceAsync.getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest,
AsyncHandler<GetPhoneNumberSettingsRequest,GetPhoneNumberSettingsResult> asyncHandler)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
Future<GetPhoneNumberSettingsResult> |
AmazonChimeSDKVoiceAsyncClient.getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest request,
AsyncHandler<GetPhoneNumberSettingsRequest,GetPhoneNumberSettingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPhoneNumberSettingsResult |
GetPhoneNumberSettingsResult.clone() |
GetPhoneNumberSettingsResult |
GetPhoneNumberSettingsResult.withCallingName(String callingName)
The default outbound calling name for the account.
|
GetPhoneNumberSettingsResult |
GetPhoneNumberSettingsResult.withCallingNameUpdatedTimestamp(Date callingNameUpdatedTimestamp)
The updated outbound calling name timestamp, in ISO 8601 format.
|
Copyright © 2023. All rights reserved.