| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to 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 |
|---|---|
Future<ValidateE911AddressResult> |
AbstractAmazonChimeAsync.validateE911AddressAsync(ValidateE911AddressRequest request,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler) |
Future<ValidateE911AddressResult> |
AmazonChimeAsyncClient.validateE911AddressAsync(ValidateE911AddressRequest request,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler) |
Future<ValidateE911AddressResult> |
AmazonChimeAsync.validateE911AddressAsync(ValidateE911AddressRequest validateE911AddressRequest,
AsyncHandler<ValidateE911AddressRequest,ValidateE911AddressResult> asyncHandler)
Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors.
|
| 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 address country, such as
US. |
ValidateE911AddressRequest |
ValidateE911AddressRequest.withPostalCode(String postalCode)
The address postal code, such as
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 © 2022. All rights reserved.