Uses of Class
software.amazon.awssdk.services.s3tables.model.TableBucketMaintenanceType
-
Packages that use TableBucketMaintenanceType Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableBucketMaintenanceType in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableBucketMaintenanceType Modifier and Type Method Description static TableBucketMaintenanceTypeTableBucketMaintenanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableBucketMaintenanceTypePutTableBucketMaintenanceConfigurationRequest. type()The type of the maintenance configuration.static TableBucketMaintenanceTypeTableBucketMaintenanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableBucketMaintenanceType[]TableBucketMaintenanceType. 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 TableBucketMaintenanceType Modifier and Type Method Description Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue>GetTableBucketMaintenanceConfigurationResponse. configuration()Details about the maintenance configuration for the table bucket.static Set<TableBucketMaintenanceType>TableBucketMaintenanceType. knownValues()Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableBucketMaintenanceType Modifier and Type Method Description PutTableBucketMaintenanceConfigurationRequest.BuilderPutTableBucketMaintenanceConfigurationRequest.Builder. type(TableBucketMaintenanceType type)The type of the maintenance configuration.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableBucketMaintenanceType Modifier and Type Method Description GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. configuration(Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.
-