Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMaintenanceSettings
-
Packages that use TableMaintenanceSettings Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceSettings in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMaintenanceSettings Modifier and Type Method Description static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction)Create an instance of this class withicebergCompaction()initialized to the given value.static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergCompaction(IcebergCompactionSettings icebergCompaction)Create an instance of this class withicebergCompaction()initialized to the given value.static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergSnapshotManagement(Consumer<IcebergSnapshotManagementSettings.Builder> icebergSnapshotManagement)Create an instance of this class withicebergSnapshotManagement()initialized to the given value.static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergSnapshotManagement(IcebergSnapshotManagementSettings icebergSnapshotManagement)Create an instance of this class withicebergSnapshotManagement()initialized to the given value.TableMaintenanceSettingsTableMaintenanceConfigurationValue. settings()Contains details about the settings for the maintenance configuration.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableMaintenanceSettings Modifier and Type Method Description TableMaintenanceConfigurationValue.BuilderTableMaintenanceConfigurationValue.Builder. settings(TableMaintenanceSettings settings)Contains details about the settings for the maintenance configuration.
-