Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchDelete(Iterable<? extends Object> objectsToDelete)
Deletes the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchDelete(Iterable<? extends Object> objectsToDelete) |
List<DynamoDBMapper.FailedBatch> |
DynamoDBTableMapper.batchDelete(Iterable<T> objectsToDelete)
Deletes the objects given using one or more calls to the batchWtiteItem API.
|
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchDelete(Object... objectsToDelete)
Deletes the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchDelete(Object... objectsToDelete) |
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchSave(Iterable<? extends Object> objectsToSave)
Saves the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchSave(Iterable<? extends Object> objectsToSave) |
List<DynamoDBMapper.FailedBatch> |
DynamoDBTableMapper.batchSave(Iterable<T> objectsToSave)
Saves the objects given using one or more calls to the batchWriteItem API.
|
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchSave(Object... objectsToSave)
Saves the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchSave(Object... objectsToSave) |
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchWrite(Iterable<? extends Object> objectsToWrite,
Iterable<? extends Object> objectsToDelete)
Saves and deletes the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchWrite(Iterable<? extends Object> objectsToWrite,
Iterable<? extends Object> objectsToDelete) |
List<DynamoDBMapper.FailedBatch> |
IDynamoDBMapper.batchWrite(Iterable<? extends Object> objectsToWrite,
Iterable<? extends Object> objectsToDelete,
DynamoDBMapperConfig config)
Saves and deletes the objects given using one or more calls to the
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API. |
List<DynamoDBMapper.FailedBatch> |
AbstractDynamoDBMapper.batchWrite(Iterable<? extends Object> objectsToWrite,
Iterable<? extends Object> objectsToDelete,
DynamoDBMapperConfig config) |
List<DynamoDBMapper.FailedBatch> |
DynamoDBMapper.batchWrite(Iterable<? extends Object> objectsToWrite,
Iterable<? extends Object> objectsToDelete,
DynamoDBMapperConfig config) |
List<DynamoDBMapper.FailedBatch> |
DynamoDBTableMapper.batchWrite(Iterable<T> objectsToWrite,
Iterable<T> objectsToDelete)
Saves and deletes the objects given using one or more calls to the
batchWriteItem API.
|
Copyright © 2023. All rights reserved.