Uses of Class
software.amazon.awssdk.services.dynamodb.model.ScanResponse
-
Packages that use ScanResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators -
-
Uses of ScanResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ScanResponse Modifier and Type Method Description default ScanResponseDynamoDbClient. scan(Consumer<ScanRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ScanResponse Modifier and Type Method Description default CompletableFuture<ScanResponse>DynamoDbAsyncClient. scan(Consumer<ScanRequest.Builder> scanRequest)TheScanoperation 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)TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index. -
Uses of ScanResponse in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type ScanResponse Modifier and Type Method Description Iterator<ScanResponse>ScanIterable. iterator()Method parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type ScanResponse Modifier and Type Method Description voidScanPublisher. subscribe(org.reactivestreams.Subscriber<? super ScanResponse> subscriber)
-