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 BatchGetItemResultAbstractAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems)BatchGetItemResultAbstractAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)BatchGetItemResultAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems)Simplified method form for invoking the BatchGetItem operation.BatchGetItemResultAmazonDynamoDB. batchGetItem(Map<String,KeysAndAttributes> requestItems, String returnConsumedCapacity)Simplified method form for invoking the BatchGetItem operation.BatchGetItemResultAmazonDynamoDBClient. batchGetItem(Map<String,KeysAndAttributes> requestItems)BatchGetItemResultAmazonDynamoDBClient. 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 BatchGetItemOutcomeDynamoDB. batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String,KeysAndAttributes> unprocessedKeys)BatchGetItemOutcomeDynamoDB. 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 BatchGetItemOutcomeBatchGetItemApi. 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.BatchGetItemOutcomeBatchGetItemApi. 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 BatchGetItemSpecBatchGetItemSpec. 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 KeysAndAttributesKeysAndAttributes. addExpressionAttributeNamesEntry(String key, String value)KeysAndAttributesKeysAndAttributes. clearExpressionAttributeNamesEntries()Removes all the entries added into ExpressionAttributeNames.KeysAndAttributesKeysAndAttributes. clone()KeysAndAttributesKeysAndAttributes. withAttributesToGet(String... attributesToGet)One or more attributes to retrieve from the table or index.KeysAndAttributesKeysAndAttributes. withAttributesToGet(Collection<String> attributesToGet)One or more attributes to retrieve from the table or index.KeysAndAttributesKeysAndAttributes. withConsistentRead(Boolean consistentRead)The consistency of a read operation.KeysAndAttributesKeysAndAttributes. withExpressionAttributeNames(Map<String,String> expressionAttributeNames)One or more substitution tokens for attribute names in an expression.KeysAndAttributesKeysAndAttributes. withKeys(Collection<Map<String,AttributeValue>> keys)The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributesKeysAndAttributes. withKeys(Map<String,AttributeValue>... keys)The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributesKeysAndAttributes. 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 BatchGetItemRequestBatchGetItemRequest. addRequestItemsEntry(String key, KeysAndAttributes value)BatchGetItemResultBatchGetItemResult. addUnprocessedKeysEntry(String key, KeysAndAttributes value)Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributes Modifier and Type Method Description voidBatchGetItemRequest. 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.voidBatchGetItemResult. setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)A map of tables and their respective keys that were not processed with the current response.BatchGetItemRequestBatchGetItemRequest. 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.BatchGetItemResultBatchGetItemResult. 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.
-