Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.PhoneNumber
-
Packages that use PhoneNumber Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of PhoneNumber in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type PhoneNumber Modifier and Type Method Description List<PhoneNumber>Contact. phoneNumbers()The list of phone numbers for the contact.List<PhoneNumber>ContactData. phoneNumbers()The list of phone numbers for the contact.List<PhoneNumber>CreateContactRequest. phoneNumbers()The list of phone numbers for the contact.List<PhoneNumber>UpdateContactRequest. phoneNumbers()The list of phone numbers for the contact.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type PhoneNumber Modifier and Type Method Description Contact.BuilderContact.Builder. phoneNumbers(PhoneNumber... phoneNumbers)The list of phone numbers for the contact.ContactData.BuilderContactData.Builder. phoneNumbers(PhoneNumber... phoneNumbers)The list of phone numbers for the contact.CreateContactRequest.BuilderCreateContactRequest.Builder. phoneNumbers(PhoneNumber... phoneNumbers)The list of phone numbers for the contact.UpdateContactRequest.BuilderUpdateContactRequest.Builder. phoneNumbers(PhoneNumber... phoneNumbers)The list of phone numbers for the contact.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type PhoneNumber Modifier and Type Method Description Contact.BuilderContact.Builder. phoneNumbers(Collection<PhoneNumber> phoneNumbers)The list of phone numbers for the contact.ContactData.BuilderContactData.Builder. phoneNumbers(Collection<PhoneNumber> phoneNumbers)The list of phone numbers for the contact.CreateContactRequest.BuilderCreateContactRequest.Builder. phoneNumbers(Collection<PhoneNumber> phoneNumbers)The list of phone numbers for the contact.UpdateContactRequest.BuilderUpdateContactRequest.Builder. phoneNumbers(Collection<PhoneNumber> phoneNumbers)The list of phone numbers for the contact.
-