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