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