Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.spec |
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 |
---|---|
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 © 2015. All rights reserved.