| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ContactData |
ContactData.clone() |
ContactData |
ContactData.withContactArn(String contactArn)
The ARN of the contact.
|
ContactData |
ContactData.withDisplayName(String displayName)
The name of the contact to display on the console.
|
ContactData |
ContactData.withFirstName(String firstName)
The first name of the contact, used to call the contact on the device.
|
ContactData |
ContactData.withLastName(String lastName)
The last name of the contact, used to call the contact on the device.
|
ContactData |
ContactData.withPhoneNumber(String phoneNumber)
The phone number of the contact.
|
ContactData |
ContactData.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
ContactData |
ContactData.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
ContactData |
ContactData.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
ContactData |
ContactData.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactData> |
SearchContactsResult.getContacts()
The contacts that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchContactsResult |
SearchContactsResult.withContacts(ContactData... contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactsResult.setContacts(Collection<ContactData> contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResult |
SearchContactsResult.withContacts(Collection<ContactData> contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
Copyright © 2020. All rights reserved.