| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Profile |
Profile.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Profile |
Profile.clone() |
Profile |
Profile.withAccountNumber(String accountNumber)
An account number that you have given to the customer.
|
Profile |
Profile.withAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
Profile |
Profile.withAddress(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Profile |
Profile.withAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
Profile |
Profile.withBillingAddress(Address billingAddress)
The customer’s billing address.
|
Profile |
Profile.withBirthDate(String birthDate)
The customer’s birth date.
|
Profile |
Profile.withBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
Profile |
Profile.withBusinessName(String businessName)
The name of the customer’s business.
|
Profile |
Profile.withBusinessPhoneNumber(String businessPhoneNumber)
The customer’s home phone number.
|
Profile |
Profile.withEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
Profile |
Profile.withFirstName(String firstName)
The customer’s first name.
|
Profile |
Profile.withFoundByItems(Collection<FoundByKeyValue> foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile |
Profile.withFoundByItems(FoundByKeyValue... foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile |
Profile.withGender(Gender gender)
Deprecated.
|
Profile |
Profile.withGender(String gender)
Deprecated.
|
Profile |
Profile.withGenderString(String genderString)
An alternative to Gender which accepts any string as input.
|
Profile |
Profile.withHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
Profile |
Profile.withLastName(String lastName)
The customer’s last name.
|
Profile |
Profile.withMailingAddress(Address mailingAddress)
The customer’s mailing address.
|
Profile |
Profile.withMiddleName(String middleName)
The customer’s middle name.
|
Profile |
Profile.withMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
Profile |
Profile.withPartyType(PartyType partyType)
Deprecated.
|
Profile |
Profile.withPartyType(String partyType)
Deprecated.
|
Profile |
Profile.withPartyTypeString(String partyTypeString)
An alternative to PartyType which accepts any string as input.
|
Profile |
Profile.withPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
Profile |
Profile.withPhoneNumber(String phoneNumber)
The customer's phone number, which has not been specified as a mobile, home, or business number.
|
Profile |
Profile.withProfileId(String profileId)
The unique identifier of a customer profile.
|
Profile |
Profile.withShippingAddress(Address shippingAddress)
The customer’s shipping address.
|
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
SearchProfilesResult.getItems()
The list of Profiles matching the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResult |
SearchProfilesResult.withItems(Profile... items)
The list of Profiles matching the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchProfilesResult.setItems(Collection<Profile> items)
The list of Profiles matching the search criteria.
|
SearchProfilesResult |
SearchProfilesResult.withItems(Collection<Profile> items)
The list of Profiles matching the search criteria.
|
Copyright © 2024. All rights reserved.