Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
DynamoDB.listTables() |
TableCollection<ListTablesResult> |
DynamoDB.listTables(int maxResultSize) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(ListTablesSpec spec) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(String exclusiveStartTableName) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(String exclusiveStartTableName,
int maxResultSize) |
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
ListTablesApi.listTables()
Returns a collection of all the tables (initialized with the respective
table names) associated with the current account and endpoint.
|
TableCollection<ListTablesResult> |
ListTablesApi.listTables(int maxResultSize)
Returns a collection of tables (initialized with the respective table
names) up to the specified
maxResultSize associated with
the current account and endpoint. |
TableCollection<ListTablesResult> |
ListTablesApi.listTables(ListTablesSpec spec)
List tables by specifying all the details.
|
TableCollection<ListTablesResult> |
ListTablesApi.listTables(String exclusiveStartTableName)
Returns a collection of tables (initialized with the respective table
names) associated with the current account and endpoint, starting with a
name after the specified
exclusiveStartTableName . |
TableCollection<ListTablesResult> |
ListTablesApi.listTables(String exclusiveStartTableName,
int maxResultSize)
Returns a collection of tables (initialized with the respective table
names) up to the specified
maxResultSize associated with
the current account and endpoint, starting with a name after the
specified exclusiveStartTableName . |
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
ListTablesImpl.listTables() |
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(int maxResultSize) |
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(ListTablesSpec spec) |
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(String exclusiveStartTableName) |
TableCollection<ListTablesResult> |
ListTablesImpl.listTables(String exclusiveStartTableName,
int maxResultSize) |
Copyright © 2019. All rights reserved.