Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private Operator |
Selector.operator |
Modifier and Type | Method and Description |
---|---|
Operator |
Operator.clone() |
Operator |
Selector.getOperator() |
Operator |
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
). |
Operator |
Operator.withType(java.lang.String 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 |
Operator.withValues(java.util.Collection<java.lang.String> values)
The value that the actual field value will be compared with.
|
Operator |
Operator.withValues(java.lang.String... values)
The value that the actual field value will be compared with.
|
Modifier and Type | Method and Description |
---|---|
void |
Selector.setOperator(Operator operator) |
Selector |
Selector.withOperator(Operator operator) |
Modifier and Type | Method and Description |
---|---|
Operator |
OperatorJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OperatorJsonMarshaller.marshall(Operator operator,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|