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 | Method and Description |
---|---|
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(ListTablesSpec spec) |
Modifier and Type | Method and Description |
---|---|
ListTablesSpec |
ListTablesSpec.withExclusiveStartTableName(String exclusiveStartTableName) |
ListTablesSpec |
ListTablesSpec.withMaxPageSize(int maxPageSize) |
ListTablesSpec |
ListTablesSpec.withMaxPageSize(Integer maxPageSize) |
ListTablesSpec |
ListTablesSpec.withMaxResultSize(int maxResultSize) |
ListTablesSpec |
ListTablesSpec.withMaxResultSize(Integer maxResultSize) |
ListTablesSpec |
ListTablesSpec.withProgressListener(ProgressListener progressListener) |
ListTablesSpec |
ListTablesSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
Copyright © 2024. All rights reserved.