| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
ValidateE911AddressResult.getAddress()
The validated address.
|
Address |
Address.withCity(String city)
The city of an address.
|
Address |
Address.withCountry(String country)
The country of an address.
|
Address |
Address.withPostalCode(String postalCode)
The postal code of an address.
|
Address |
Address.withPostalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of an address.
|
Address |
Address.withPostDirectional(String postDirectional)
An address suffix location, such as the
S. |
Address |
Address.withPreDirectional(String preDirectional)
An address prefix location, such as the
N in N. |
Address |
Address.withState(String state)
The state of an address.
|
Address |
Address.withStreetName(String streetName)
The address street, such as
8th Avenue. |
Address |
Address.withStreetNumber(String streetNumber)
The numeric portion of an address.
|
Address |
Address.withStreetSuffix(String streetSuffix)
The address suffix, such as the
N in 8th Avenue N. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateE911AddressResult.setAddress(Address address)
The validated address.
|
ValidateE911AddressResult |
ValidateE911AddressResult.withAddress(Address address)
The validated address.
|
Copyright © 2025. All rights reserved.