| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.model | |
| software.amazon.awssdk.extensions.dynamodb.mappingclient.operations |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchableReadOperation> |
ReadBatch.readOperations() |
| Modifier and Type | Method and Description |
|---|---|
ReadBatch.Builder |
ReadBatch.Builder.addReadOperation(BatchableReadOperation readOperation) |
static <T> ReadBatch<T> |
ReadBatch.create(MappedTableResource<T> mappedTableResource,
BatchableReadOperation... readOperations) |
ReadBatch.Builder<T> |
ReadBatch.Builder.readOperations(BatchableReadOperation... readOperations) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReadBatch<T> |
ReadBatch.create(MappedTableResource<T> mappedTableResource,
Collection<BatchableReadOperation> readOperations) |
ReadBatch.Builder<T> |
ReadBatch.Builder.readOperations(Collection<BatchableReadOperation> readOperations) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetItem<T> |
Copyright © 2020. All rights reserved.