Uses of Class
software.amazon.awssdk.services.s3tables.model.IcebergSnapshotManagementSettings
-
Packages that use IcebergSnapshotManagementSettings Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of IcebergSnapshotManagementSettings in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return IcebergSnapshotManagementSettings Modifier and Type Method Description IcebergSnapshotManagementSettingsTableMaintenanceSettings. icebergSnapshotManagement()Contains details about the Iceberg snapshot management settings for the table.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type IcebergSnapshotManagementSettings Modifier and Type Method Description static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergSnapshotManagement(IcebergSnapshotManagementSettings icebergSnapshotManagement)Create an instance of this class withTableMaintenanceSettings.icebergSnapshotManagement()initialized to the given value.TableMaintenanceSettings.BuilderTableMaintenanceSettings.Builder. icebergSnapshotManagement(IcebergSnapshotManagementSettings icebergSnapshotManagement)Contains details about the Iceberg snapshot management settings for the table.
-