| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
List<SipAddress> |
UpdateContactRequest.sipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
CreateContactRequest.sipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
Contact.sipAddresses()
The list of SIP addresses for the contact.
|
List<SipAddress> |
ContactData.sipAddresses()
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.sipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.sipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
Contact.Builder |
Contact.Builder.sipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
ContactData.Builder |
ContactData.Builder.sipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.sipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.sipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Contact.Builder |
Contact.Builder.sipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
ContactData.Builder |
ContactData.Builder.sipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Copyright © 2023. All rights reserved.