| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateContactResult> |
AmazonAlexaForBusinessAsyncClient.updateContactAsync(UpdateContactRequest request,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler)
Deprecated.
|
Future<UpdateContactResult> |
AmazonAlexaForBusinessAsync.updateContactAsync(UpdateContactRequest updateContactRequest,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler)
Deprecated.
|
Future<UpdateContactResult> |
AbstractAmazonAlexaForBusinessAsync.updateContactAsync(UpdateContactRequest request,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest |
UpdateContactRequest.clone() |
UpdateContactRequest |
UpdateContactRequest.withContactArn(String contactArn)
The ARN of the contact to update.
|
UpdateContactRequest |
UpdateContactRequest.withDisplayName(String displayName)
The updated display name of the contact.
|
UpdateContactRequest |
UpdateContactRequest.withFirstName(String firstName)
The updated first name of the contact.
|
UpdateContactRequest |
UpdateContactRequest.withLastName(String lastName)
The updated last name of the contact.
|
UpdateContactRequest |
UpdateContactRequest.withPhoneNumber(String phoneNumber)
The updated phone number of the contact.
|
UpdateContactRequest |
UpdateContactRequest.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withPhoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withSipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
UpdateContactRequest |
UpdateContactRequest.withSipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
Copyright © 2023. All rights reserved.