Uses of Class
software.amazon.awssdk.services.s3tables.model.ListNamespacesResponse
-
Packages that use ListNamespacesResponse 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 -
-
Uses of ListNamespacesResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return ListNamespacesResponse Modifier and Type Method Description default ListNamespacesResponseS3TablesClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists the namespaces within a table bucket.default ListNamespacesResponseS3TablesClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces within a table bucket.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>S3TablesAsyncClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists the namespaces within a table bucket.default CompletableFuture<ListNamespacesResponse>S3TablesAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces within a table bucket. -
Uses of ListNamespacesResponse in software.amazon.awssdk.services.s3tables.paginators
Methods in software.amazon.awssdk.services.s3tables.paginators that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description Iterator<ListNamespacesResponse>ListNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.s3tables.paginators with type arguments of type ListNamespacesResponse Modifier and Type Method Description voidListNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber)
-