Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMaintenanceType
-
Packages that use TableMaintenanceType Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceType in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMaintenanceType Modifier and Type Method Description static TableMaintenanceTypeTableMaintenanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableMaintenanceTypePutTableMaintenanceConfigurationRequest. type()The type of the maintenance configuration.static TableMaintenanceTypeTableMaintenanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableMaintenanceType[]TableMaintenanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableMaintenanceType Modifier and Type Method Description Map<TableMaintenanceType,TableMaintenanceConfigurationValue>GetTableMaintenanceConfigurationResponse. configuration()Details about the maintenance configuration for the table bucket.static Set<TableMaintenanceType>TableMaintenanceType. knownValues()Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableMaintenanceType Modifier and Type Method Description PutTableMaintenanceConfigurationRequest.BuilderPutTableMaintenanceConfigurationRequest.Builder. type(TableMaintenanceType type)The type of the maintenance configuration.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableMaintenanceType Modifier and Type Method Description GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. configuration(Map<TableMaintenanceType,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.
-