Uses of Class
software.amazon.awssdk.services.dynamodb.paginators.ListTablesIterable
-
Packages that use ListTablesIterable Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of ListTablesIterable in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListTablesIterable Modifier and Type Method Description default ListTablesIterableDynamoDbClient. listTablesPaginator()Returns an array of table names associated with the current account and endpoint.default ListTablesIterableDynamoDbClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns an array of table names associated with the current account and endpoint.default ListTablesIterableDynamoDbClient. listTablesPaginator(ListTablesRequest listTablesRequest)Returns an array of table names associated with the current account and endpoint.
-