public class QueryOutcome
extends Object
The outcome of query on DynamoDB table.
-
Constructor Summary
Constructors
-
Method Summary
Returns a non-null list of the returned items; can be empty.
Returns a non-null low-level result returned from the server side.
-
Constructor Details
-
QueryOutcome
- Parameters:
result
- the low-level result; must not be null
-
Method Details
-
getItems
Returns a non-null list of the returned items; can be empty.
-
getQueryResult
Returns a non-null low-level result returned from the server side.
-