| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileResult> |
AmazonCustomerProfilesAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AmazonCustomerProfilesAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Updates the properties of a profile.
|
Future<UpdateProfileResult> |
AbstractAmazonCustomerProfilesAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdateProfileRequest |
UpdateProfileRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withAccountNumber(String accountNumber)
A unique account number that you have given to the customer.
|
UpdateProfileRequest |
UpdateProfileRequest.withAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withAddress(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest |
UpdateProfileRequest.withAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withBillingAddress(UpdateAddress billingAddress)
The customer’s billing address.
|
UpdateProfileRequest |
UpdateProfileRequest.withBirthDate(String birthDate)
The customer’s birth date.
|
UpdateProfileRequest |
UpdateProfileRequest.withBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
UpdateProfileRequest |
UpdateProfileRequest.withBusinessName(String businessName)
The name of the customer’s business.
|
UpdateProfileRequest |
UpdateProfileRequest.withBusinessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
|
UpdateProfileRequest |
UpdateProfileRequest.withDomainName(String domainName)
The unique name of the domain.
|
UpdateProfileRequest |
UpdateProfileRequest.withEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
UpdateProfileRequest |
UpdateProfileRequest.withFirstName(String firstName)
The customer’s first name.
|
UpdateProfileRequest |
UpdateProfileRequest.withGender(Gender gender)
Deprecated.
|
UpdateProfileRequest |
UpdateProfileRequest.withGender(String gender)
Deprecated.
|
UpdateProfileRequest |
UpdateProfileRequest.withGenderString(String genderString)
An alternative to
Gender which accepts any string as input. |
UpdateProfileRequest |
UpdateProfileRequest.withHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
UpdateProfileRequest |
UpdateProfileRequest.withLastName(String lastName)
The customer’s last name.
|
UpdateProfileRequest |
UpdateProfileRequest.withMailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
|
UpdateProfileRequest |
UpdateProfileRequest.withMiddleName(String middleName)
The customer’s middle name.
|
UpdateProfileRequest |
UpdateProfileRequest.withMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
UpdateProfileRequest |
UpdateProfileRequest.withPartyType(PartyType partyType)
Deprecated.
|
UpdateProfileRequest |
UpdateProfileRequest.withPartyType(String partyType)
Deprecated.
|
UpdateProfileRequest |
UpdateProfileRequest.withPartyTypeString(String partyTypeString)
An alternative to
PartyType which accepts any string as input. |
UpdateProfileRequest |
UpdateProfileRequest.withPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
UpdateProfileRequest |
UpdateProfileRequest.withPhoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileId(String profileId)
The unique identifier of a customer profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withShippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
|
Copyright © 2024. All rights reserved.