| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SipAddress |
SipAddress.clone() |
SipAddress |
SipAddress.withType(SipType type)
The type of the SIP address.
|
SipAddress |
SipAddress.withType(String type)
The type of the SIP address.
|
SipAddress |
SipAddress.withUri(String uri)
The URI for the SIP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<SipAddress> |
UpdateContactRequest.getSipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
ContactData.getSipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
Contact.getSipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
CreateContactRequest.getSipAddresses()
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest |
UpdateContactRequest.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
ContactData |
ContactData.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
Contact |
Contact.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
CreateContactRequest |
CreateContactRequest.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateContactRequest.setSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
void |
ContactData.setSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
void |
Contact.setSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
void |
CreateContactRequest.setSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
ContactData |
ContactData.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Contact |
Contact.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
CreateContactRequest |
CreateContactRequest.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Copyright © 2019. All rights reserved.