Uses of Class
software.amazon.awssdk.services.s3tables.model.TableBucketMaintenanceConfigurationValue
-
Packages that use TableBucketMaintenanceConfigurationValue Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableBucketMaintenanceConfigurationValue in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableBucketMaintenanceConfigurationValue Modifier and Type Method Description TableBucketMaintenanceConfigurationValuePutTableBucketMaintenanceConfigurationRequest. value()Defines the values of the maintenance configuration for the table bucket.Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableBucketMaintenanceConfigurationValue Modifier and Type Method Description Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue>GetTableBucketMaintenanceConfigurationResponse. configuration()Details about the maintenance configuration for the table bucket.Map<String,TableBucketMaintenanceConfigurationValue>GetTableBucketMaintenanceConfigurationResponse. configurationAsStrings()Details about the maintenance configuration for the table bucket.Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableBucketMaintenanceConfigurationValue Modifier and Type Method Description PutTableBucketMaintenanceConfigurationRequest.BuilderPutTableBucketMaintenanceConfigurationRequest.Builder. value(TableBucketMaintenanceConfigurationValue value)Defines the values of the maintenance configuration for the table bucket.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableBucketMaintenanceConfigurationValue Modifier and Type Method Description GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. configuration(Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. configurationWithStrings(Map<String,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.
-