| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumber.clone() |
PhoneNumber |
PhoneNumber.withNumber(String number)
The raw value of the phone number.
|
PhoneNumber |
PhoneNumber.withType(PhoneNumberType type)
The type of the phone number.
|
PhoneNumber |
PhoneNumber.withType(String type)
The type of the phone number.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumber> |
Contact.getPhoneNumbers()
The list of phone numbers for the contact.
|
List<PhoneNumber> |
CreateContactRequest.getPhoneNumbers()
The list of phone numbers for the contact.
|
List<PhoneNumber> |
ContactData.getPhoneNumbers()
The list of phone numbers for the contact.
|
List<PhoneNumber> |
UpdateContactRequest.getPhoneNumbers()
The list of phone numbers for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
CreateContactRequest |
CreateContactRequest.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
ContactData |
ContactData.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
void |
CreateContactRequest.setPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
void |
ContactData.setPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
void |
UpdateContactRequest.setPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
Contact |
Contact.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
CreateContactRequest |
CreateContactRequest.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
ContactData |
ContactData.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
Copyright © 2023. All rights reserved.