| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.clone() |
Contact |
GetContactResult.getContact()
The details of the requested contact.
|
Contact |
Contact.withContactArn(String contactArn)
The ARN of the contact.
|
Contact |
Contact.withDisplayName(String displayName)
The name of the contact to display on the console.
|
Contact |
Contact.withFirstName(String firstName)
The first name of the contact, used to call the contact on the device.
|
Contact |
Contact.withLastName(String lastName)
The last name of the contact, used to call the contact on the device.
|
Contact |
Contact.withPhoneNumber(String phoneNumber)
The phone number of the contact.
|
Contact |
Contact.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
Contact |
Contact.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
Contact |
Contact.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Contact |
Contact.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContactResult.setContact(Contact contact)
The details of the requested contact.
|
GetContactResult |
GetContactResult.withContact(Contact contact)
The details of the requested contact.
|
Copyright © 2019. All rights reserved.