| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateAddress |
CandidateAddress.clone() |
CandidateAddress |
CandidateAddress.withCity(String city)
The city of a candidate address.
|
CandidateAddress |
CandidateAddress.withCountry(String country)
The country of a candidate address.
|
CandidateAddress |
CandidateAddress.withPostalCode(String postalCode)
The postal code of a candidate address.
|
CandidateAddress |
CandidateAddress.withPostalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of a candidate address.
|
CandidateAddress |
CandidateAddress.withState(String state)
The state of a candidate address.
|
CandidateAddress |
CandidateAddress.withStreetInfo(String streetInfo)
The street information of a candidate address
|
CandidateAddress |
CandidateAddress.withStreetNumber(String streetNumber)
The numeric portion of a candidate address.
|
| Modifier and Type | Method and Description |
|---|---|
List<CandidateAddress> |
ValidateE911AddressResult.getCandidateAddressList()
The list of address suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateE911AddressResult |
ValidateE911AddressResult.withCandidateAddressList(CandidateAddress... candidateAddressList)
The list of address suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateE911AddressResult.setCandidateAddressList(Collection<CandidateAddress> candidateAddressList)
The list of address suggestions.
|
ValidateE911AddressResult |
ValidateE911AddressResult.withCandidateAddressList(Collection<CandidateAddress> candidateAddressList)
The list of address suggestions.
|
Copyright © 2024. All rights reserved.