Uses of Class
software.amazon.awssdk.services.s3tables.model.GetTableRequest
-
Packages that use GetTableRequest 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 GetTableRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type GetTableRequest Modifier and Type Method Description default CompletableFuture<GetTableResponse>S3TablesAsyncClient. getTable(GetTableRequest getTableRequest)Gets details about a table.default GetTableResponseS3TablesClient. getTable(GetTableRequest getTableRequest)Gets details about a table. -
Uses of GetTableRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type GetTableRequest Modifier and Type Method Description SdkHttpFullRequestGetTableRequestMarshaller. marshall(GetTableRequest getTableRequest)
-