Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMetadata
-
Packages that use TableMetadata Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMetadata in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMetadata Modifier and Type Method Description static TableMetadataTableMetadata. fromIceberg(Consumer<IcebergMetadata.Builder> iceberg)Create an instance of this class withiceberg()initialized to the given value.static TableMetadataTableMetadata. fromIceberg(IcebergMetadata iceberg)Create an instance of this class withiceberg()initialized to the given value.TableMetadataCreateTableRequest. metadata()The metadata for the table.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableMetadata Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. metadata(TableMetadata metadata)The metadata for the table.
-