Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
AmazonDynamoDB.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
BatchWriteItemResult |
AmazonDynamoDBClient.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<WriteRequest>> |
DynamoDBMapper.FailedBatch.getUnprocessedItems() |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBMapper.FailedBatch.setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<WriteRequest>> |
BatchWriteItemOutcome.getUnprocessedItems()
Convenient method to return the low-level unprocessed items.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
DynamoDB.batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems) |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
BatchWriteItemApi.batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)
Used to perform a batch write operation for the unprocessed items
returned from a previous batch write operation.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<WriteRequest>> |
BatchWriteItemSpec.getUnprocessedItems() |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemSpec |
BatchWriteItemSpec.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) |
Modifier and Type | Method and Description |
---|---|
WriteRequest |
WriteRequest.clone() |
WriteRequest |
WriteRequest.withDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.
|
WriteRequest |
WriteRequest.withPutRequest(PutRequest putRequest)
A request to perform a PutItem operation.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<WriteRequest>> |
BatchWriteItemRequest.getRequestItems()
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
|
Map<String,List<WriteRequest>> |
BatchWriteItemResult.getUnprocessedItems()
A map of tables and requests against those tables that were not
processed.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemRequest |
BatchWriteItemRequest.addRequestItemsEntry(String key,
List<WriteRequest> value)
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
|
BatchWriteItemResult |
BatchWriteItemResult.addUnprocessedItemsEntry(String key,
List<WriteRequest> value)
A map of tables and requests against those tables that were not
processed.
|
void |
BatchWriteItemRequest.setRequestItems(Map<String,List<WriteRequest>> requestItems)
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
|
void |
BatchWriteItemResult.setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
A map of tables and requests against those tables that were not
processed.
|
BatchWriteItemRequest |
BatchWriteItemRequest.withRequestItems(Map<String,List<WriteRequest>> requestItems)
A map of one or more table names and, for each table, a list of
operations to be performed (DeleteRequest or
PutRequest).
|
BatchWriteItemResult |
BatchWriteItemResult.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
A map of tables and requests against those tables that were not
processed.
|
Constructor and Description |
---|
BatchWriteItemRequest(Map<String,List<WriteRequest>> requestItems)
Constructs a new BatchWriteItemRequest object.
|
Copyright © 2015. All rights reserved.