Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
software.amazon.awssdk.services.dynamodb.datamodeling | |
software.amazon.awssdk.services.dynamodb.transform |
Modifier and Type | Method and Description |
---|---|
default ScanResponse |
DynamoDBClient.scan(ScanRequest scanRequest)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
default CompletableFuture<ScanResponse> |
DynamoDBAsyncClient.scan(ScanRequest scanRequest)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
Constructor and Description |
---|
PaginatedScanList(DynamoDbMapper mapper,
Class<T> clazz,
DynamoDBClient dynamo,
ScanRequest scanRequest,
ScanResponse scanResult,
DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDbMapperConfig config) |
Constructor and Description |
---|
ParallelScanTask(DynamoDbMapper mapper,
DynamoDBClient dynamo,
List<ScanRequest> parallelScanRequests)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Request<ScanRequest> |
ScanRequestMarshaller.marshall(ScanRequest scanRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ScanRequest> |
ScanRequestMarshaller.marshall(ScanRequest scanRequest) |
void |
ScanRequestModelMarshaller.marshall(ScanRequest scanRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.