Uses of Class
software.amazon.awssdk.services.s3tables.model.TableBucketMaintenanceSettings
-
Packages that use TableBucketMaintenanceSettings Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableBucketMaintenanceSettings in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableBucketMaintenanceSettings Modifier and Type Method Description static TableBucketMaintenanceSettingsTableBucketMaintenanceSettings. fromIcebergUnreferencedFileRemoval(Consumer<IcebergUnreferencedFileRemovalSettings.Builder> icebergUnreferencedFileRemoval)Create an instance of this class withicebergUnreferencedFileRemoval()initialized to the given value.static TableBucketMaintenanceSettingsTableBucketMaintenanceSettings. fromIcebergUnreferencedFileRemoval(IcebergUnreferencedFileRemovalSettings icebergUnreferencedFileRemoval)Create an instance of this class withicebergUnreferencedFileRemoval()initialized to the given value.TableBucketMaintenanceSettingsTableBucketMaintenanceConfigurationValue. settings()Contains details about the settings of the maintenance configuration.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableBucketMaintenanceSettings Modifier and Type Method Description TableBucketMaintenanceConfigurationValue.BuilderTableBucketMaintenanceConfigurationValue.Builder. settings(TableBucketMaintenanceSettings settings)Contains details about the settings of the maintenance configuration.
-