Uses of Class
software.amazon.awssdk.services.geoplaces.model.ContactDetails
-
Packages that use ContactDetails Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of ContactDetails in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type ContactDetails Modifier and Type Method Description List<ContactDetails>Contacts. emails()List of emails for contacts of the result.List<ContactDetails>Contacts. faxes()List of fax addresses for the result contact.List<ContactDetails>Contacts. phones()List of phone numbers for the results contact.List<ContactDetails>Contacts. websites()List of website URLs that belong to the result.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type ContactDetails Modifier and Type Method Description Contacts.BuilderContacts.Builder. emails(ContactDetails... emails)List of emails for contacts of the result.Contacts.BuilderContacts.Builder. faxes(ContactDetails... faxes)List of fax addresses for the result contact.Contacts.BuilderContacts.Builder. phones(ContactDetails... phones)List of phone numbers for the results contact.Contacts.BuilderContacts.Builder. websites(ContactDetails... websites)List of website URLs that belong to the result.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type ContactDetails Modifier and Type Method Description Contacts.BuilderContacts.Builder. emails(Collection<ContactDetails> emails)List of emails for contacts of the result.Contacts.BuilderContacts.Builder. faxes(Collection<ContactDetails> faxes)List of fax addresses for the result contact.Contacts.BuilderContacts.Builder. phones(Collection<ContactDetails> phones)List of phone numbers for the results contact.Contacts.BuilderContacts.Builder. websites(Collection<ContactDetails> websites)List of website URLs that belong to the result.
-