Uses of Class
software.amazon.awssdk.services.s3tables.model.GetTableMetadataLocationRequest
-
Packages that use GetTableMetadataLocationRequest 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 GetTableMetadataLocationRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type GetTableMetadataLocationRequest Modifier and Type Method Description default CompletableFuture<GetTableMetadataLocationResponse>S3TablesAsyncClient. getTableMetadataLocation(GetTableMetadataLocationRequest getTableMetadataLocationRequest)Gets the location of the table metadata.default GetTableMetadataLocationResponseS3TablesClient. getTableMetadataLocation(GetTableMetadataLocationRequest getTableMetadataLocationRequest)Gets the location of the table metadata. -
Uses of GetTableMetadataLocationRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type GetTableMetadataLocationRequest Modifier and Type Method Description SdkHttpFullRequestGetTableMetadataLocationRequestMarshaller. marshall(GetTableMetadataLocationRequest getTableMetadataLocationRequest)
-