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