Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch

Packages that use DynamoDBMapper.FailedBatch
com.amazonaws.services.dynamodbv2.datamodeling   
 

Uses of DynamoDBMapper.FailedBatch in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type DynamoDBMapper.FailedBatch
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchDelete(List<? extends Object> objectsToDelete)
          Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchDelete(Object... objectsToDelete)
          Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchSave(List<? extends Object> objectsToSave)
          Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchSave(Object... objectsToSave)
          Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchWrite(List<? extends Object> objectsToWrite, List<? extends Object> objectsToDelete)
          Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 List<DynamoDBMapper.FailedBatch> DynamoDBMapper.batchWrite(List<? extends Object> objectsToWrite, List<? extends Object> objectsToDelete, DynamoDBMapperConfig config)
          Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
 



Copyright © 2016. All rights reserved.