Class ScanOutcome
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.ScanOutcome
-
public class ScanOutcome extends Object
The outcome of scanning the DynamoDB table.
-
-
Constructor Summary
Constructors Constructor Description ScanOutcome(ScanResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Item>
getItems()
Returns a non-null list of the returned items; can be empty.ScanResult
getScanResult()
Returns a non-null low-level result returned from the server side.String
toString()
-
-
-
Constructor Detail
-
ScanOutcome
public ScanOutcome(ScanResult result)
- Parameters:
result
- the low-level result; must not be null
-
-