Uses of Class
software.amazon.awssdk.services.s3tables.model.CreateTableResponse
-
Packages that use CreateTableResponse 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 CreateTableResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return CreateTableResponse Modifier and Type Method Description default CreateTableResponseS3TablesClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)Creates a new table associated with the given namespace in a table bucket.default CreateTableResponseS3TablesClient. createTable(CreateTableRequest createTableRequest)Creates a new table associated with the given namespace in a table bucket.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type CreateTableResponse Modifier and Type Method Description default CompletableFuture<CreateTableResponse>S3TablesAsyncClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)Creates a new table associated with the given namespace in a table bucket.default CompletableFuture<CreateTableResponse>S3TablesAsyncClient. createTable(CreateTableRequest createTableRequest)Creates a new table associated with the given namespace in a table bucket.
-