public class ScanOutcome extends Object
| Constructor | Description |
|---|---|
ScanOutcome(ScanResponse result) |
| Modifier and Type | Method | Description |
|---|---|---|
List<Item> |
getItems() |
Returns a non-null list of the returned items; can be empty.
|
ScanResponse |
scanResult() |
Returns a non-null low-level result returned from the server side.
|
String |
toString() |
public ScanOutcome(ScanResponse result)
result - the low-level result; must not be nullCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.