Uses of Class
software.amazon.awssdk.services.s3tables.model.IcebergMetadata
-
Packages that use IcebergMetadata Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of IcebergMetadata in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return IcebergMetadata Modifier and Type Method Description IcebergMetadataTableMetadata. iceberg()Contains details about the metadata of an Iceberg table.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type IcebergMetadata Modifier and Type Method Description static TableMetadataTableMetadata. fromIceberg(IcebergMetadata iceberg)Create an instance of this class withTableMetadata.iceberg()initialized to the given value.TableMetadata.BuilderTableMetadata.Builder. iceberg(IcebergMetadata iceberg)Contains details about the metadata of an Iceberg table.
-