| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
GetPhoneNumberSettingsResult |
AmazonChimeClient.getPhoneNumberSettings(GetPhoneNumberSettingsRequest request)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
GetPhoneNumberSettingsResult |
AbstractAmazonChime.getPhoneNumberSettings(GetPhoneNumberSettingsRequest request) |
GetPhoneNumberSettingsResult |
AmazonChime.getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPhoneNumberSettingsResult> |
AmazonChimeAsyncClient.getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest request,
AsyncHandler<GetPhoneNumberSettingsRequest,GetPhoneNumberSettingsResult> asyncHandler) |
Future<GetPhoneNumberSettingsResult> |
AmazonChimeAsync.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> |
AbstractAmazonChimeAsync.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.