public final class BatchWriteResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchWriteResult.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchWriteResult.Builder |
builder() |
<T> List<T> |
unprocessedDeleteItemsForTable(DynamoDbTable<T> mappedTable) |
<T> List<T> |
unprocessedPutItemsForTable(DynamoDbTable<T> mappedTable) |
public static BatchWriteResult.Builder builder()
public <T> List<T> unprocessedPutItemsForTable(DynamoDbTable<T> mappedTable)
public <T> List<T> unprocessedDeleteItemsForTable(DynamoDbTable<T> mappedTable)
Copyright © 2020. All rights reserved.