Uses of Class
com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
-
-
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type KeysAndAttributes Modifier and Type Method Description BatchGetItemResult
AbstractAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems)
BatchGetItemResult
AbstractAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
BatchGetItemResult
AmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.BatchGetItemResult
AmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.BatchGetItemResult
AmazonDynamoDBClient. batchGetItem(Map<String,KeysAndAttributes> requestItems)
BatchGetItemResult
AmazonDynamoDBClient. batchGetItem(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Future<BatchGetItemResult>
AbstractAmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AbstractAmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.Future<BatchGetItemResult>
AbstractAmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AbstractAmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.Future<BatchGetItemResult>
AmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.Future<BatchGetItemResult>
AmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AmazonDynamoDBAsync. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.Future<BatchGetItemResult>
AmazonDynamoDBAsyncClient. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AmazonDynamoDBAsyncClient. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.Future<BatchGetItemResult>
AmazonDynamoDBAsyncClient. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.Future<BatchGetItemResult>
AmazonDynamoDBAsyncClient. batchGetItemAsync(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler. -
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type KeysAndAttributes Modifier and Type Method Description Map<String,KeysAndAttributes>
BatchGetItemOutcome. getUnprocessedKeys()
Convenient method to return the low-level unprocessed keys.Method parameters in com.amazonaws.services.dynamodbv2.document with type arguments of type KeysAndAttributes Modifier and Type Method Description BatchGetItemOutcome
DynamoDB. batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String,KeysAndAttributes> unprocessedKeys)
BatchGetItemOutcome
DynamoDB. batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)
-
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.document.api
Method parameters in com.amazonaws.services.dynamodbv2.document.api with type arguments of type KeysAndAttributes Modifier and Type Method Description BatchGetItemOutcome
BatchGetItemApi. batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation.BatchGetItemOutcome
BatchGetItemApi. batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation. -
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type KeysAndAttributes Modifier and Type Method Description Map<String,KeysAndAttributes>
BatchGetItemSpec. getUnprocessedKeys()
Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type KeysAndAttributes Modifier and Type Method Description BatchGetItemSpec
BatchGetItemSpec. withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
-
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return KeysAndAttributes Modifier and Type Method Description KeysAndAttributes
KeysAndAttributes. addExpressionAttributeNamesEntry(String key, String value)
KeysAndAttributes
KeysAndAttributes. clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.KeysAndAttributes
KeysAndAttributes. clone()
KeysAndAttributes
KeysAndAttributes. withAttributesToGet(String... attributesToGet)
One or more attributes to retrieve from the table or index.KeysAndAttributes
KeysAndAttributes. withAttributesToGet(Collection<String> attributesToGet)
One or more attributes to retrieve from the table or index.KeysAndAttributes
KeysAndAttributes. withConsistentRead(Boolean consistentRead)
The consistency of a read operation.KeysAndAttributes
KeysAndAttributes. withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.KeysAndAttributes
KeysAndAttributes. withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributes
KeysAndAttributes. withKeys(Map<String,AttributeValue>... keys)
The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributes
KeysAndAttributes. withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes to retrieve from the table.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type KeysAndAttributes Modifier and Type Method Description Map<String,KeysAndAttributes>
BatchGetItemRequest. getRequestItems()
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.Map<String,KeysAndAttributes>
BatchGetItemResult. getUnprocessedKeys()
A map of tables and their respective keys that were not processed with the current response.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type KeysAndAttributes Modifier and Type Method Description BatchGetItemRequest
BatchGetItemRequest. addRequestItemsEntry(String key, KeysAndAttributes value)
BatchGetItemResult
BatchGetItemResult. addUnprocessedKeysEntry(String key, KeysAndAttributes value)
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributes Modifier and Type Method Description void
BatchGetItemRequest. setRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.void
BatchGetItemResult. setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with the current response.BatchGetItemRequest
BatchGetItemRequest. withRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.BatchGetItemResult
BatchGetItemResult. withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with the current response.Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributes Constructor Description BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems)
Constructs a new BatchGetItemRequest object.BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems, ReturnConsumedCapacity returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
-