public enum DynamoDBOperator extends java.lang.Enum<DynamoDBOperator>
| Enum Constant and Description |
|---|
BeginsWith |
Between |
Equal |
GreaterThan |
GreaterThanEqual |
IsNotNull |
IsNull |
LessThan |
LessThanEqual |
NotEqual |
NotWithin |
Within |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBConstraint |
buildConstraint(java.util.Iterator argsIterator) |
int |
getArgumentCount() |
com.amazonaws.services.dynamodbv2.model.ComparisonOperator |
getComparisonOperator() |
static DynamoDBOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamoDBOperator NotEqual
public static final DynamoDBOperator GreaterThanEqual
public static final DynamoDBOperator LessThanEqual
public static final DynamoDBOperator Equal
public static final DynamoDBOperator GreaterThan
public static final DynamoDBOperator LessThan
public static final DynamoDBOperator NotWithin
public static final DynamoDBOperator Within
public static final DynamoDBOperator Between
public static final DynamoDBOperator IsNull
public static final DynamoDBOperator IsNotNull
public static final DynamoDBOperator BeginsWith
public static DynamoDBOperator[] values()
for (DynamoDBOperator c : DynamoDBOperator.values()) System.out.println(c);
public static DynamoDBOperator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic DynamoDBConstraint buildConstraint(java.util.Iterator argsIterator)
public com.amazonaws.services.dynamodbv2.model.ComparisonOperator getComparisonOperator()
public int getArgumentCount()
Copyright © 2017. All Rights Reserved.