class ListTablesCollection extends TableCollection<ListTablesResult>
Modifier and Type | Field and Description |
---|---|
private AmazonDynamoDB |
client |
private ListTablesSpec |
spec |
private java.lang.String |
startKey |
Constructor and Description |
---|
ListTablesCollection(AmazonDynamoDB client,
ListTablesSpec spec) |
Modifier and Type | Method and Description |
---|---|
Page<Table,ListTablesResult> |
firstPage() |
java.lang.Integer |
getMaxResultSize()
Returns the maximum number of resources to be retrieved in this
collection; or null if there is no limit.
|
getLastLowLevelResult, pages, registerLowLevelResultListener
iterator, setLastLowLevelResult
private final AmazonDynamoDB client
private final ListTablesSpec spec
private final java.lang.String startKey
public ListTablesCollection(AmazonDynamoDB client, ListTablesSpec spec)
public Page<Table,ListTablesResult> firstPage()
firstPage
in class PageBasedCollection<Table,ListTablesResult>
public java.lang.Integer getMaxResultSize()
TableCollection
getMaxResultSize
in class TableCollection<ListTablesResult>