Uses of Class
com.amazonaws.services.dynamodbv2.document.TableCollection
Packages that use TableCollection
Package
Description
-
Uses of TableCollection in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return TableCollectionModifier and TypeMethodDescriptionDynamoDB.listTables()
DynamoDB.listTables
(int maxResultSize) DynamoDB.listTables
(ListTablesSpec spec) DynamoDB.listTables
(String exclusiveStartTableName) DynamoDB.listTables
(String exclusiveStartTableName, int maxResultSize) -
Uses of TableCollection in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return TableCollectionModifier and TypeMethodDescriptionListTablesApi.listTables()
Returns a collection of all the tables (initialized with the respective table names) associated with the current account and endpoint.ListTablesApi.listTables
(int maxResultSize) Returns a collection of tables (initialized with the respective table names) up to the specifiedmaxResultSize
associated with the current account and endpoint.ListTablesApi.listTables
(ListTablesSpec spec) List tables by specifying all the details.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 specifiedexclusiveStartTableName
.ListTablesApi.listTables
(String exclusiveStartTableName, int maxResultSize) Returns a collection of tables (initialized with the respective table names) up to the specifiedmaxResultSize
associated with the current account and endpoint, starting with a name after the specifiedexclusiveStartTableName
.