Uses of Class
software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest
-
Packages that use ListNamespacesRequest 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.software.amazon.awssdk.services.s3tables.paginators software.amazon.awssdk.services.s3tables.transform -
-
Uses of ListNamespacesRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type ListNamespacesRequest Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>S3TablesAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces within a table bucket.default ListNamespacesResponseS3TablesClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces within a table bucket.default ListNamespacesPublisherS3TablesAsyncClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)This is a variant ofS3TablesAsyncClient.listNamespaces(software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest)operation.default ListNamespacesIterableS3TablesClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)This is a variant ofS3TablesClient.listNamespaces(software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest)operation. -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.s3tables.paginators
Constructors in software.amazon.awssdk.services.s3tables.paginators with parameters of type ListNamespacesRequest Constructor Description ListNamespacesIterable(S3TablesClient client, ListNamespacesRequest firstRequest)ListNamespacesPublisher(S3TablesAsyncClient client, ListNamespacesRequest firstRequest) -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type ListNamespacesRequest Modifier and Type Method Description SdkHttpFullRequestListNamespacesRequestMarshaller. marshall(ListNamespacesRequest listNamespacesRequest)
-