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