Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
DynamoDB.listTables(ListTablesSpec spec) |
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
ListTablesApi.listTables(ListTablesSpec spec)
List tables by specifying all the details.
|
Modifier and Type | Field and Description |
---|---|
private ListTablesSpec |
ListTablesPage.spec |
private ListTablesSpec |
ListTablesCollection.spec |
Modifier and Type | Method and Description |
---|---|
private TableCollection<ListTablesResult> |
ListTablesImpl.doList(ListTablesSpec spec) |
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(ListTablesSpec spec) |
Constructor and Description |
---|
ListTablesCollection(AmazonDynamoDB client,
ListTablesSpec spec) |
ListTablesPage(AmazonDynamoDB client,
ListTablesSpec spec,
ListTablesRequest request,
int index,
ListTablesResult result) |
Modifier and Type | Method and Description |
---|---|
ListTablesSpec |
ListTablesSpec.withExclusiveStartTableName(java.lang.String exclusiveStartTableName) |
ListTablesSpec |
ListTablesSpec.withMaxPageSize(int maxPageSize) |
ListTablesSpec |
ListTablesSpec.withMaxPageSize(java.lang.Integer maxPageSize) |
ListTablesSpec |
ListTablesSpec.withMaxResultSize(int maxResultSize) |
ListTablesSpec |
ListTablesSpec.withMaxResultSize(java.lang.Integer maxResultSize) |
ListTablesSpec |
ListTablesSpec.withProgressListener(ProgressListener progressListener) |
ListTablesSpec |
ListTablesSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |