Uses of Class
software.amazon.awssdk.services.customerprofiles.model.UpdateAddress
-
Packages that use UpdateAddress Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of UpdateAddress in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return UpdateAddress Modifier and Type Method Description UpdateAddressUpdateProfileRequest. address()A generic address associated with the customer that is not mailing, shipping, or billing.UpdateAddressUpdateProfileRequest. billingAddress()The customer’s billing address.UpdateAddressUpdateProfileRequest. mailingAddress()The customer’s mailing address.UpdateAddressUpdateProfileRequest. shippingAddress()The customer’s shipping address.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type UpdateAddress Modifier and Type Method Description UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. address(UpdateAddress address)A generic address associated with the customer that is not mailing, shipping, or billing.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. billingAddress(UpdateAddress billingAddress)The customer’s billing address.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. mailingAddress(UpdateAddress mailingAddress)The customer’s mailing address.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. shippingAddress(UpdateAddress shippingAddress)The customer’s shipping address.
-