Uses of Interface
software.amazon.awssdk.services.s3tables.model.ListTablesRequest.Builder
-
Packages that use ListTablesRequest.Builder 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.model -
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.s3tables
Method parameters in software.amazon.awssdk.services.s3tables with type arguments of type ListTablesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTablesResponse>S3TablesAsyncClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)List tables in the given table bucket.default ListTablesResponseS3TablesClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)List tables in the given table bucket.default ListTablesPublisherS3TablesAsyncClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)This is a variant ofS3TablesAsyncClient.listTables(software.amazon.awssdk.services.s3tables.model.ListTablesRequest)operation.default ListTablesIterableS3TablesClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)This is a variant ofS3TablesClient.listTables(software.amazon.awssdk.services.s3tables.model.ListTablesRequest)operation. -
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return ListTablesRequest.Builder Modifier and Type Method Description static ListTablesRequest.BuilderListTablesRequest. builder()ListTablesRequest.BuilderListTablesRequest.Builder. continuationToken(String continuationToken)ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ListTablesRequest.BuilderListTablesRequest.Builder. maxTables(Integer maxTables)The maximum number of tables to return.ListTablesRequest.BuilderListTablesRequest.Builder. namespace(String namespace)The namespace of the tables.ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.BuilderListTablesRequest.Builder. prefix(String prefix)The prefix of the tables.ListTablesRequest.BuilderListTablesRequest.Builder. tableBucketARN(String tableBucketARN)The Amazon resource Name (ARN) of the table bucket.ListTablesRequest.BuilderListTablesRequest. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type ListTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListTablesRequest.Builder>ListTablesRequest. serializableBuilderClass()
-