| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateAddress |
CandidateAddress.clone() |
CandidateAddress |
CandidateAddress.withCity(String city) |
CandidateAddress |
CandidateAddress.withCountry(String country) |
CandidateAddress |
CandidateAddress.withPostalCode(String postalCode) |
CandidateAddress |
CandidateAddress.withPostalCodePlus4(String postalCodePlus4) |
CandidateAddress |
CandidateAddress.withState(String state) |
CandidateAddress |
CandidateAddress.withStreetInfo(String streetInfo) |
CandidateAddress |
CandidateAddress.withStreetNumber(String streetNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<CandidateAddress> |
ValidateE911AddressResult.getCandidateAddressList() |
| Modifier and Type | Method and Description |
|---|---|
ValidateE911AddressResult |
ValidateE911AddressResult.withCandidateAddressList(CandidateAddress... candidateAddressList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateE911AddressResult.setCandidateAddressList(Collection<CandidateAddress> candidateAddressList) |
ValidateE911AddressResult |
ValidateE911AddressResult.withCandidateAddressList(Collection<CandidateAddress> candidateAddressList) |
Copyright © 2023. All rights reserved.