Uses of Class
software.amazon.awssdk.services.dynamodb.model.ScanRequest
-
Packages that use ScanRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.transform -
-
Uses of ScanRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ScanRequest Modifier and Type Method Description default CompletableFuture<ScanResponse>DynamoDbAsyncClient. scan(ScanRequest scanRequest)TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanResponseDynamoDbClient. scan(ScanRequest scanRequest)TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanPublisherDynamoDbAsyncClient. scanPaginator(ScanRequest scanRequest)This is a variant ofDynamoDbAsyncClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default ScanIterableDynamoDbClient. scanPaginator(ScanRequest scanRequest)This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation. -
Uses of ScanRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ScanRequest Constructor Description ScanIterable(DynamoDbClient client, ScanRequest firstRequest)ScanPublisher(DynamoDbAsyncClient client, ScanRequest firstRequest) -
Uses of ScanRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ScanRequest Modifier and Type Method Description SdkHttpFullRequestScanRequestMarshaller. marshall(ScanRequest scanRequest)
-