| 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 |
|---|---|
Future<SearchAvailablePhoneNumbersResult> |
AbstractAmazonChimeSDKVoiceAsync.searchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest request,
AsyncHandler<SearchAvailablePhoneNumbersRequest,SearchAvailablePhoneNumbersResult> asyncHandler) |
Future<SearchAvailablePhoneNumbersResult> |
AmazonChimeSDKVoiceAsync.searchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest,
AsyncHandler<SearchAvailablePhoneNumbersRequest,SearchAvailablePhoneNumbersResult> asyncHandler)
Searches the provisioned phone numbers in an organization.
|
Future<SearchAvailablePhoneNumbersResult> |
AmazonChimeSDKVoiceAsyncClient.searchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest request,
AsyncHandler<SearchAvailablePhoneNumbersRequest,SearchAvailablePhoneNumbersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.clone() |
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withAreaCode(String areaCode)
Confines a search to just the phone numbers associated with the specified area code.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withCity(String city)
Confines a search to just the phone numbers associated with the specified city.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withCountry(String country)
Confines a search to just the phone numbers associated with the specified country.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withNextToken(String nextToken)
The token used to return the next page of results.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withPhoneNumberType(PhoneNumberType phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either local
or toll-free.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withPhoneNumberType(String phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either local
or toll-free.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withState(String state)
Confines a search to just the phone numbers associated with the specified state.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withTollFreePrefix(String tollFreePrefix)
Confines a search to just the phone numbers associated with the specified toll-free prefix.
|
Copyright © 2023. All rights reserved.