Uses of Class
software.amazon.awssdk.services.pipes.model.MeasureValueType
-
Packages that use MeasureValueType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of MeasureValueType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return MeasureValueType Modifier and Type Method Description static MeasureValueTypeMeasureValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MeasureValueTypeMultiMeasureAttributeMapping. measureValueType()Data type of the measurement attribute in the source event.MeasureValueTypeSingleMeasureMapping. measureValueType()Data type of the source field.static MeasureValueTypeMeasureValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureValueType[]MeasureValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type MeasureValueType Modifier and Type Method Description static Set<MeasureValueType>MeasureValueType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type MeasureValueType Modifier and Type Method Description MultiMeasureAttributeMapping.BuilderMultiMeasureAttributeMapping.Builder. measureValueType(MeasureValueType measureValueType)Data type of the measurement attribute in the source event.SingleMeasureMapping.BuilderSingleMeasureMapping.Builder. measureValueType(MeasureValueType measureValueType)Data type of the source field.
-