Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMaintenanceConfigurationValue
-
Packages that use TableMaintenanceConfigurationValue Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceConfigurationValue in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMaintenanceConfigurationValue Modifier and Type Method Description TableMaintenanceConfigurationValuePutTableMaintenanceConfigurationRequest. value()Defines the values of the maintenance configuration for the table.Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableMaintenanceConfigurationValue Modifier and Type Method Description Map<TableMaintenanceType,TableMaintenanceConfigurationValue>GetTableMaintenanceConfigurationResponse. configuration()Details about the maintenance configuration for the table bucket.Map<String,TableMaintenanceConfigurationValue>GetTableMaintenanceConfigurationResponse. configurationAsStrings()Details about the maintenance configuration for the table bucket.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableMaintenanceConfigurationValue Modifier and Type Method Description PutTableMaintenanceConfigurationRequest.BuilderPutTableMaintenanceConfigurationRequest.Builder. value(TableMaintenanceConfigurationValue value)Defines the values of the maintenance configuration for the table.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableMaintenanceConfigurationValue Modifier and Type Method Description GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. configuration(Map<TableMaintenanceType,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. configurationWithStrings(Map<String,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.
-