Uses of Class
software.amazon.awscdk.services.appsync.KeyCondition
-
Uses of KeyCondition in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionKeyCondition.and
(KeyCondition keyCond) Conjunction between two conditions.static KeyCondition
KeyCondition.beginsWith
(String keyName, String arg) Condition (k, arg).static KeyCondition
Condition k BETWEEN arg1 AND arg2, true if k >= arg1 and k <= arg2.static KeyCondition
Condition k = arg, true if the key attribute k is equal to the Query argument.static KeyCondition
Condition k >= arg, true if the key attribute k is greater or equal to the Query argument.static KeyCondition
Condition k > arg, true if the key attribute k is greater than the the Query argument.static KeyCondition
Condition k <= arg, true if the key attribute k is less than or equal to the Query argument.static KeyCondition
Condition k < arg, true if the key attribute k is less than the Query argument.Modifier and TypeMethodDescriptionKeyCondition.and
(KeyCondition keyCond) Conjunction between two conditions.static MappingTemplate
MappingTemplate.dynamoDbQuery
(KeyCondition cond) Mapping template to query a set of items from a DynamoDB table.static MappingTemplate
MappingTemplate.dynamoDbQuery
(KeyCondition cond, String indexName) Mapping template to query a set of items from a DynamoDB table.static MappingTemplate
MappingTemplate.dynamoDbQuery
(KeyCondition cond, String indexName, Boolean consistentRead) Mapping template to query a set of items from a DynamoDB table.