Uses of Enum
com.amazonaws.services.datapipeline.model.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorType
Use this in place of valueOf.static OperatorType
Returns the enum constant of this type with the specified name.static OperatorType[]
OperatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.datapipeline.model with parameters of type OperatorTypeModifier and TypeMethodDescriptionvoid
Operator.setType
(OperatorType type) The logical operation to be performed: equal (EQ
), equal reference (REF_EQ
), less than or equal (LE
), greater than or equal (GE
), or between (BETWEEN
).Operator.withType
(OperatorType type) The logical operation to be performed: equal (EQ
), equal reference (REF_EQ
), less than or equal (LE
), greater than or equal (GE
), or between (BETWEEN
).