Uses of Class
software.amazon.awssdk.enhanced.dynamodb.Expression
-
-
Uses of Expression in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return Expression Modifier and Type Method Description ExpressionExpression. and(Expression expression)Coalesces two complete expressions into a single expression joined by an 'AND'.ExpressionExpression.Builder. build()Builds anExpressionbased on the values stored in this builderstatic ExpressionExpression. join(Expression expression1, Expression expression2, String joinToken)Coalesces two complete expressions into a single expression.Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type Expression Modifier and Type Method Description ExpressionExpression. and(Expression expression)Coalesces two complete expressions into a single expression joined by an 'AND'.static ExpressionExpression. join(Expression expression1, Expression expression2, String joinToken)Coalesces two complete expressions into a single expression. -
Uses of Expression in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return Expression Modifier and Type Method Description ExpressionWriteModification. additionalConditionalExpression()Methods in software.amazon.awssdk.enhanced.dynamodb.extensions with parameters of type Expression Modifier and Type Method Description WriteModification.BuilderWriteModification.Builder. additionalConditionalExpression(Expression additionalConditionalExpression) -
Uses of Expression in software.amazon.awssdk.enhanced.dynamodb.internal.conditional
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.conditional that return Expression Modifier and Type Method Description ExpressionBeginsWithConditional. expression(TableSchema<?> tableSchema, String indexName)ExpressionBetweenConditional. expression(TableSchema<?> tableSchema, String indexName)ExpressionEqualToConditional. expression(TableSchema<?> tableSchema, String indexName)ExpressionSingleKeyItemConditional. expression(TableSchema<?> tableSchema, String indexName) -
Uses of Expression in software.amazon.awssdk.enhanced.dynamodb.internal.update
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.update that return Expression Modifier and Type Method Description static ExpressionUpdateExpressionConverter. toExpression(UpdateExpression expression)Returns anExpressionwhere all update actions in the UpdateExpression have been concatenated according to the rules of DDB Update Expressions, and all expression names and values have been combined into single maps, respectively. -
Uses of Expression in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return Expression Modifier and Type Method Description ExpressionConditionCheck. conditionExpression()Returns the conditionExpressionset on this object, or null if it doesn't exist.ExpressionDeleteItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionPutItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionTransactDeleteItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionTransactPutItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionTransactUpdateItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionUpdateItemEnhancedRequest. conditionExpression()Returns the conditionExpressionset on this request object, or null if it doesn't exist.ExpressionQueryConditional. expression(TableSchema<?> tableSchema, String indexName)Generates a conditionalExpressionbased on specific context that is supplied as arguments.ExpressionQueryEnhancedRequest. filterExpression()Returns the return result filterExpressionset on this request object, or null if it doesn't exist.ExpressionScanEnhancedRequest. filterExpression()Returns the return result filterExpressionset on this request object, or null if it doesn't exist.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type Expression Modifier and Type Method Description ConditionCheck.BuilderConditionCheck.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on the attributes of table items that match the supplied primary key value(s).DeleteItemEnhancedRequest.BuilderDeleteItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the delete operation to succeed.PutItemEnhancedRequest.Builder<T>PutItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the put operation to succeed.TransactDeleteItemEnhancedRequest.BuilderTransactDeleteItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the delete operation to succeed.TransactPutItemEnhancedRequest.Builder<T>TransactPutItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the put operation to succeed.TransactUpdateItemEnhancedRequest.Builder<T>TransactUpdateItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the update operation to succeed.UpdateItemEnhancedRequest.Builder<T>UpdateItemEnhancedRequest.Builder. conditionExpression(Expression conditionExpression)Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the update operation to succeed.QueryEnhancedRequest.BuilderQueryEnhancedRequest.Builder. filterExpression(Expression filterExpression)Refines the query results by applying the filter expression on the results returned from the query and discards items that do not match.ScanEnhancedRequest.BuilderScanEnhancedRequest.Builder. filterExpression(Expression filterExpression)Refines the scan results by applying the filter expression on the results returned from the scan and discards items that do not match.
-