Uses of Class
software.amazon.awssdk.services.chime.model.CandidateAddress
-
Packages that use CandidateAddress Package Description software.amazon.awssdk.services.chime.model -
-
Uses of CandidateAddress in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type CandidateAddress Modifier and Type Method Description List<CandidateAddress>ValidateE911AddressResponse. candidateAddressList()The list of address suggestions.Methods in software.amazon.awssdk.services.chime.model with parameters of type CandidateAddress Modifier and Type Method Description ValidateE911AddressResponse.BuilderValidateE911AddressResponse.Builder. candidateAddressList(CandidateAddress... candidateAddressList)The list of address suggestions.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type CandidateAddress Modifier and Type Method Description ValidateE911AddressResponse.BuilderValidateE911AddressResponse.Builder. candidateAddressList(Collection<CandidateAddress> candidateAddressList)The list of address suggestions.
-