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