Uses of Class
software.amazon.awssdk.services.customerprofiles.model.StringDimensionType
-
Packages that use StringDimensionType Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of StringDimensionType in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return StringDimensionType Modifier and Type Method Description StringDimensionTypeExtraLengthValueProfileDimension. dimensionType()The action to segment with.StringDimensionTypeProfileDimension. dimensionType()The action to segment on.static StringDimensionTypeStringDimensionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StringDimensionTypeStringDimensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static StringDimensionType[]StringDimensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type StringDimensionType Modifier and Type Method Description static Set<StringDimensionType>StringDimensionType. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type StringDimensionType Modifier and Type Method Description ExtraLengthValueProfileDimension.BuilderExtraLengthValueProfileDimension.Builder. dimensionType(StringDimensionType dimensionType)The action to segment with.ProfileDimension.BuilderProfileDimension.Builder. dimensionType(StringDimensionType dimensionType)The action to segment on.
-