Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems) |
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.
|
BatchGetItemResult |
AbstractAmazonDynamoDB.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems) |
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity) |
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.
|
BatchGetItemResult |
AbstractAmazonDynamoDB.batchGetItem(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity) |
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AbstractAmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<BatchGetItemResult> |
AbstractAmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AbstractAmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity)
Simplified method form for invoking the BatchGetItem operation.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<BatchGetItemResult> |
AbstractAmazonDynamoDBAsync.batchGetItemAsync(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Simplified method form for invoking the BatchGetItem operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
private void |
DynamoDBMapper.processBatchGetRequest(java.util.Map<java.lang.String,java.lang.Class<?>> classesByTableName,
java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> resultSet,
DynamoDBMapperConfig config,
ItemConverter converter) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemOutcome.getUnprocessedKeys()
Convenient method to return the low-level unprocessed keys.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
DynamoDB.batchGetItemUnprocessed(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
BatchGetItemOutcome |
DynamoDB.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItemUnprocessed(java.util.Map<java.lang.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(ReturnConsumedCapacity returnConsumedCapacity,
java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a
previous batch get-item operation.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItemUnprocessed(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemSpec.unprocessedKeys |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemSpec.getUnprocessedKeys() |
Modifier and Type | Method and Description |
---|---|
BatchGetItemSpec |
BatchGetItemSpec.withUnprocessedKeys(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemRequest.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.
|
private java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemResult.unprocessedKeys
A map of tables and their respective keys that were not processed with
the current response.
|
Modifier and Type | Method and Description |
---|---|
KeysAndAttributes |
KeysAndAttributes.addExpressionAttributeNamesEntry(java.lang.String key,
java.lang.String value) |
KeysAndAttributes |
KeysAndAttributes.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
KeysAndAttributes |
KeysAndAttributes.clone() |
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
One or more attributes to retrieve from the table or index.
|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(java.lang.String... attributesToGet)
One or more attributes to retrieve from the table or index.
|
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(java.lang.Boolean consistentRead)
The consistency of a read operation.
|
KeysAndAttributes |
KeysAndAttributes.withExpressionAttributeNames(java.util.Map<java.lang.String,java.lang.String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(java.util.Map<java.lang.String,AttributeValue>... keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
KeysAndAttributes |
KeysAndAttributes.withProjectionExpression(java.lang.String projectionExpression)
A string that identifies one or more attributes to retrieve from the
table.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.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.
|
java.util.Map<java.lang.String,KeysAndAttributes> |
BatchGetItemResult.getUnprocessedKeys()
A map of tables and their respective keys that were not processed with
the current response.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(java.lang.String key,
KeysAndAttributes value) |
BatchGetItemResult |
BatchGetItemResult.addUnprocessedKeysEntry(java.lang.String key,
KeysAndAttributes value) |
Modifier and Type | Method and Description |
---|---|
void |
BatchGetItemRequest.setRequestItems(java.util.Map<java.lang.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(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(java.util.Map<java.lang.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(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
Constructor and Description |
---|
BatchGetItemRequest(java.util.Map<java.lang.String,KeysAndAttributes> requestItems)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
ReturnConsumedCapacity returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(java.util.Map<java.lang.String,KeysAndAttributes> requestItems,
java.lang.String returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
Modifier and Type | Method and Description |
---|---|
KeysAndAttributes |
KeysAndAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeysAndAttributesJsonMarshaller.marshall(KeysAndAttributes keysAndAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|