Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
software.amazon.awssdk.services.dynamodb.paginators |
Modifier and Type | Method and Description |
---|---|
default ScanResponse |
DynamoDbClient.scan(Consumer<ScanRequest.Builder> scanRequest)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
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. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ScanResponse> |
DynamoDbAsyncClient.scan(Consumer<ScanRequest.Builder> 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. |
Modifier and Type | Method and Description |
---|---|
Iterator<ScanResponse> |
ScanIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ScanPublisher.subscribe(org.reactivestreams.Subscriber<? super ScanResponse> subscriber) |
Copyright © 2022. All rights reserved.