Uses of Class
software.amazon.awssdk.services.s3tables.model.CreateTableRequest
-
Packages that use CreateTableRequest 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.transform -
-
Uses of CreateTableRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type CreateTableRequest Modifier and Type Method Description default CompletableFuture<CreateTableResponse>S3TablesAsyncClient. createTable(CreateTableRequest 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. -
Uses of CreateTableRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type CreateTableRequest Modifier and Type Method Description SdkHttpFullRequestCreateTableRequestMarshaller. marshall(CreateTableRequest createTableRequest)
-