Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
DynamoDBTransactionLoadExpression |
DynamoDBTransactionLoadExpression.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
|
DynamoDBTransactionLoadExpression |
DynamoDBTransactionLoadExpression.withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes of the specified item to retrieve from the table.
|
Modifier and Type | Method and Description |
---|---|
List<DynamoDBTransactionLoadExpression> |
TransactionLoadRequest.getObjectLoadExpressions()
Projection expressions for loading specific item attributes.
|
Modifier and Type | Method and Description |
---|---|
TransactionLoadRequest |
TransactionLoadRequest.addLoad(Object key,
DynamoDBTransactionLoadExpression transactLoadExpression)
Adds specified key to list of objects to load.
|
Copyright © 2023. All rights reserved.