| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
Profile.getAddress()
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Address |
CreateProfileRequest.getAddress()
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Address |
Profile.getBillingAddress()
The customer’s billing address.
|
Address |
CreateProfileRequest.getBillingAddress()
The customer’s billing address.
|
Address |
Profile.getMailingAddress()
The customer’s mailing address.
|
Address |
CreateProfileRequest.getMailingAddress()
The customer’s mailing address.
|
Address |
Profile.getShippingAddress()
The customer’s shipping address.
|
Address |
CreateProfileRequest.getShippingAddress()
The customer’s shipping address.
|
Address |
Address.withAddress1(String address1)
The first line of a customer address.
|
Address |
Address.withAddress2(String address2)
The second line of a customer address.
|
Address |
Address.withAddress3(String address3)
The third line of a customer address.
|
Address |
Address.withAddress4(String address4)
The fourth line of a customer address.
|
Address |
Address.withCity(String city)
The city in which a customer lives.
|
Address |
Address.withCountry(String country)
The country in which a customer lives.
|
Address |
Address.withCounty(String county)
The county in which a customer lives.
|
Address |
Address.withPostalCode(String postalCode)
The postal code of a customer address.
|
Address |
Address.withProvince(String province)
The province in which a customer lives.
|
Address |
Address.withState(String state)
The state in which a customer lives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.setAddress(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
void |
CreateProfileRequest.setAddress(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
void |
Profile.setBillingAddress(Address billingAddress)
The customer’s billing address.
|
void |
CreateProfileRequest.setBillingAddress(Address billingAddress)
The customer’s billing address.
|
void |
Profile.setMailingAddress(Address mailingAddress)
The customer’s mailing address.
|
void |
CreateProfileRequest.setMailingAddress(Address mailingAddress)
The customer’s mailing address.
|
void |
Profile.setShippingAddress(Address shippingAddress)
The customer’s shipping address.
|
void |
CreateProfileRequest.setShippingAddress(Address shippingAddress)
The customer’s shipping address.
|
Profile |
Profile.withAddress(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
CreateProfileRequest |
CreateProfileRequest.withAddress(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Profile |
Profile.withBillingAddress(Address billingAddress)
The customer’s billing address.
|
CreateProfileRequest |
CreateProfileRequest.withBillingAddress(Address billingAddress)
The customer’s billing address.
|
Profile |
Profile.withMailingAddress(Address mailingAddress)
The customer’s mailing address.
|
CreateProfileRequest |
CreateProfileRequest.withMailingAddress(Address mailingAddress)
The customer’s mailing address.
|
Profile |
Profile.withShippingAddress(Address shippingAddress)
The customer’s shipping address.
|
CreateProfileRequest |
CreateProfileRequest.withShippingAddress(Address shippingAddress)
The customer’s shipping address.
|
Copyright © 2025. All rights reserved.