| 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<ValidateE911AddressResult> |
AbstractAmazonChimeSDKVoiceAsync.validateE911AddressAsync(ValidateE911AddressRequest request,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler) |
Future<ValidateE911AddressResult> |
AmazonChimeSDKVoiceAsync.validateE911AddressAsync(ValidateE911AddressRequest validateE911AddressRequest,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler)
Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.
|
Future<ValidateE911AddressResult> |
AmazonChimeSDKVoiceAsyncClient.validateE911AddressAsync(ValidateE911AddressRequest request,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ValidateE911AddressRequest |
ValidateE911AddressRequest.clone() |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withAwsAccountId(String awsAccountId)
The AWS account ID.
|
ValidateE911AddressRequest |
ValidateE911AddressRequest.withCity(String city)
The address city, such as
Portland. |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withCountry(String country)
The country in the address being validated.
|
ValidateE911AddressRequest |
ValidateE911AddressRequest.withPostalCode(String postalCode)
The dress postal code, such
04352. |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withState(String state)
The address state, such as
ME. |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withStreetInfo(String streetInfo)
The address street information, such as
8th Avenue. |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withStreetNumber(String streetNumber)
The address street number, such as
200 or 2121. |
Copyright © 2023. All rights reserved.