| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Profile.address()
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Address |
CreateProfileRequest.address()
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Address |
Profile.billingAddress()
The customer’s billing address.
|
Address |
CreateProfileRequest.billingAddress()
The customer’s billing address.
|
Address |
Profile.mailingAddress()
The customer’s mailing address.
|
Address |
CreateProfileRequest.mailingAddress()
The customer’s mailing address.
|
Address |
Profile.shippingAddress()
The customer’s shipping address.
|
Address |
CreateProfileRequest.shippingAddress()
The customer’s shipping address.
|
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
Profile.Builder.address(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.address(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Profile.Builder |
Profile.Builder.billingAddress(Address billingAddress)
The customer’s billing address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.billingAddress(Address billingAddress)
The customer’s billing address.
|
Profile.Builder |
Profile.Builder.mailingAddress(Address mailingAddress)
The customer’s mailing address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.mailingAddress(Address mailingAddress)
The customer’s mailing address.
|
Profile.Builder |
Profile.Builder.shippingAddress(Address shippingAddress)
The customer’s shipping address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.shippingAddress(Address shippingAddress)
The customer’s shipping address.
|
Copyright © 2023. All rights reserved.