| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateAddress |
CandidateAddress.clone() |
CandidateAddress |
CandidateAddress.withCity(String city)
The city of the candidate address.
|
CandidateAddress |
CandidateAddress.withCountry(String country)
The country of the candidate address.
|
CandidateAddress |
CandidateAddress.withPostalCode(String postalCode)
The postal code of the candidate address.
|
CandidateAddress |
CandidateAddress.withPostalCodePlus4(String postalCodePlus4)
The zip + 4 or postal code +4 of the candidate address.
|
CandidateAddress |
CandidateAddress.withState(String state)
The state of the candidate address.
|
CandidateAddress |
CandidateAddress.withStreetInfo(String streetInfo)
The street information of the candidate address.
|
CandidateAddress |
CandidateAddress.withStreetNumber(String streetNumber)
The numeric portion of the 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 © 2023. All rights reserved.