Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SipAddress
-
Packages that use SipAddress Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SipAddress in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SipAddress Modifier and Type Method Description List<SipAddress>Contact. sipAddresses()The list of SIP addresses for the contact.List<SipAddress>ContactData. sipAddresses()The list of SIP addresses for the contact.List<SipAddress>CreateContactRequest. sipAddresses()The list of SIP addresses for the contact.List<SipAddress>UpdateContactRequest. sipAddresses()The list of SIP addresses for the contact.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SipAddress Modifier and Type Method Description Contact.BuilderContact.Builder. sipAddresses(SipAddress... sipAddresses)The list of SIP addresses for the contact.ContactData.BuilderContactData.Builder. sipAddresses(SipAddress... sipAddresses)The list of SIP addresses for the contact.CreateContactRequest.BuilderCreateContactRequest.Builder. sipAddresses(SipAddress... sipAddresses)The list of SIP addresses for the contact.UpdateContactRequest.BuilderUpdateContactRequest.Builder. sipAddresses(SipAddress... sipAddresses)The list of SIP addresses for the contact.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SipAddress Modifier and Type Method Description Contact.BuilderContact.Builder. sipAddresses(Collection<SipAddress> sipAddresses)The list of SIP addresses for the contact.ContactData.BuilderContactData.Builder. sipAddresses(Collection<SipAddress> sipAddresses)The list of SIP addresses for the contact.CreateContactRequest.BuilderCreateContactRequest.Builder. sipAddresses(Collection<SipAddress> sipAddresses)The list of SIP addresses for the contact.UpdateContactRequest.BuilderUpdateContactRequest.Builder. sipAddresses(Collection<SipAddress> sipAddresses)The list of SIP addresses for the contact.
-