Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AddressDimension
-
Packages that use AddressDimension Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AddressDimension in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AddressDimension Modifier and Type Method Description AddressDimensionProfileAttributes. address()A field to describe values to segment on within address.AddressDimensionProfileAttributes. billingAddress()A field to describe values to segment on within billing address.AddressDimensionProfileAttributes. mailingAddress()A field to describe values to segment on within mailing address.AddressDimensionProfileAttributes. shippingAddress()A field to describe values to segment on within shipping address.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type AddressDimension Modifier and Type Method Description ProfileAttributes.BuilderProfileAttributes.Builder. address(AddressDimension address)A field to describe values to segment on within address.ProfileAttributes.BuilderProfileAttributes.Builder. billingAddress(AddressDimension billingAddress)A field to describe values to segment on within billing address.ProfileAttributes.BuilderProfileAttributes.Builder. mailingAddress(AddressDimension mailingAddress)A field to describe values to segment on within mailing address.ProfileAttributes.BuilderProfileAttributes.Builder. shippingAddress(AddressDimension shippingAddress)A field to describe values to segment on within shipping address.
-