Uses of Class
software.amazon.awssdk.services.s3tables.model.ListTableBucketsResponse
-
Packages that use ListTableBucketsResponse 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 ListTableBucketsResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return ListTableBucketsResponse Modifier and Type Method Description default ListTableBucketsResponseS3TablesClient. listTableBuckets(Consumer<ListTableBucketsRequest.Builder> listTableBucketsRequest)Lists table buckets for your account.default ListTableBucketsResponseS3TablesClient. listTableBuckets(ListTableBucketsRequest listTableBucketsRequest)Lists table buckets for your account.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type ListTableBucketsResponse Modifier and Type Method Description default CompletableFuture<ListTableBucketsResponse>S3TablesAsyncClient. listTableBuckets(Consumer<ListTableBucketsRequest.Builder> listTableBucketsRequest)Lists table buckets for your account.default CompletableFuture<ListTableBucketsResponse>S3TablesAsyncClient. listTableBuckets(ListTableBucketsRequest listTableBucketsRequest)Lists table buckets for your account. -
Uses of ListTableBucketsResponse in software.amazon.awssdk.services.s3tables.paginators
Methods in software.amazon.awssdk.services.s3tables.paginators that return types with arguments of type ListTableBucketsResponse Modifier and Type Method Description Iterator<ListTableBucketsResponse>ListTableBucketsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3tables.paginators with type arguments of type ListTableBucketsResponse Modifier and Type Method Description voidListTableBucketsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTableBucketsResponse> subscriber)
-