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 ListTablesSpecListTablesSpec. withExclusiveStartTableName(String exclusiveStartTableName)ListTablesSpecListTablesSpec. withMaxPageSize(int maxPageSize)ListTablesSpecListTablesSpec. withMaxPageSize(Integer maxPageSize)ListTablesSpecListTablesSpec. withMaxResultSize(int maxResultSize)ListTablesSpecListTablesSpec. withMaxResultSize(Integer maxResultSize)ListTablesSpecListTablesSpec. withProgressListener(ProgressListener progressListener)ListTablesSpecListTablesSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-