Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec
-
Packages that use ListTablesSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of ListTablesSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ListTablesSpec Modifier and Type Method Description TableCollection<ListTablesResult>
DynamoDB. listTables(ListTablesSpec spec)
-
Uses of ListTablesSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type ListTablesSpec Modifier and Type Method Description TableCollection<ListTablesResult>
ListTablesApi. listTables(ListTablesSpec spec)
List tables by specifying all the details. -
Uses of ListTablesSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return ListTablesSpec Modifier and Type Method 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)
-