Uses of Class
com.amazonaws.services.dynamodbv2.model.KeysAndAttributes
Packages that use KeysAndAttributes
Package
Description
-
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type KeysAndAttributesModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.batchGetItem(Map<String, KeysAndAttributes> requestItems) AbstractAmazonDynamoDB.batchGetItem(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) AmazonDynamoDB.batchGetItem(Map<String, KeysAndAttributes> requestItems) Simplified method form for invoking the BatchGetItem operation.AmazonDynamoDB.batchGetItem(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) Simplified method form for invoking the BatchGetItem operation.AmazonDynamoDBClient.batchGetItem(Map<String, KeysAndAttributes> requestItems) AmazonDynamoDBClient.batchGetItem(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) AbstractAmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems) Simplified method form for invoking the BatchGetItem operation.AbstractAmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) Simplified method form for invoking the BatchGetItem operation.AbstractAmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems) Simplified method form for invoking the BatchGetItem operation.AmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) Simplified method form for invoking the BatchGetItem operation.AmazonDynamoDBAsync.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems) Simplified method form for invoking the BatchGetItem operation.AmazonDynamoDBAsyncClient.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.batchGetItemAsync(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity) Simplified method form for invoking the BatchGetItem operation.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 KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemOutcome.getUnprocessedKeys()Convenient method to return the low-level unprocessed keys.Method parameters in com.amazonaws.services.dynamodbv2.document with type arguments of type KeysAndAttributesModifier and TypeMethodDescriptionDynamoDB.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String, KeysAndAttributes> unprocessedKeys) 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 KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemApi.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.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 KeysAndAttributesMethod parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemSpec.withUnprocessedKeys(Map<String, KeysAndAttributes> unprocessedKeys) -
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return KeysAndAttributesModifier and TypeMethodDescriptionKeysAndAttributes.addExpressionAttributeNamesEntry(String key, String value) KeysAndAttributes.clearExpressionAttributeNamesEntries()Removes all the entries added into ExpressionAttributeNames.KeysAndAttributes.clone()KeysAndAttributes.withAttributesToGet(String... attributesToGet) One or more attributes to retrieve from the table or index.KeysAndAttributes.withAttributesToGet(Collection<String> attributesToGet) One or more attributes to retrieve from the table or index.KeysAndAttributes.withConsistentRead(Boolean consistentRead) The consistency of a read operation.KeysAndAttributes.withExpressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.KeysAndAttributes.withKeys(Collection<Map<String, AttributeValue>> keys) The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributes.withKeys(Map<String, AttributeValue>... keys) The primary key attribute values that define the items and the attributes associated with the items.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 KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemRequest.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.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 KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemRequest.addRequestItemsEntry(String key, KeysAndAttributes value) BatchGetItemResult.addUnprocessedKeysEntry(String key, KeysAndAttributes value) Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributesModifier and TypeMethodDescriptionvoidBatchGetItemRequest.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.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.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 KeysAndAttributesModifierConstructorDescriptionBatchGetItemRequest(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.