Uses of Class
software.amazon.awssdk.services.pinpoint.model.DimensionType
-
Packages that use DimensionType Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DimensionType in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DimensionType Modifier and Type Method Description DimensionTypeSetDimension. dimensionType()The type of segment dimension to use.static DimensionTypeDimensionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DimensionTypeDimensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DimensionType[]DimensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type DimensionType Modifier and Type Method Description static Set<DimensionType>DimensionType. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type DimensionType Modifier and Type Method Description SetDimension.BuilderSetDimension.Builder. dimensionType(DimensionType dimensionType)The type of segment dimension to use.
-