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