Uses of Class
software.amazon.awssdk.services.s3tables.paginators.ListNamespacesPublisher
-
Packages that use ListNamespacesPublisher Package Description software.amazon.awssdk.services.s3tables An Amazon S3 table represents a structured dataset consisting of tabular data in Apache Parquet format and related metadata. -
-
Uses of ListNamespacesPublisher in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return ListNamespacesPublisher Modifier and Type Method Description default ListNamespacesPublisherS3TablesAsyncClient. listNamespacesPaginator(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)This is a variant ofS3TablesAsyncClient.listNamespaces(software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest)operation.default ListNamespacesPublisherS3TablesAsyncClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)This is a variant ofS3TablesAsyncClient.listNamespaces(software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest)operation.
-