Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMaintenanceJobType
-
Packages that use TableMaintenanceJobType Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceJobType in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMaintenanceJobType Modifier and Type Method Description static TableMaintenanceJobTypeTableMaintenanceJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TableMaintenanceJobTypeTableMaintenanceJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableMaintenanceJobType[]TableMaintenanceJobType. 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 TableMaintenanceJobType Modifier and Type Method Description static Set<TableMaintenanceJobType>TableMaintenanceJobType. knownValues()Map<TableMaintenanceJobType,TableMaintenanceJobStatusValue>GetTableMaintenanceJobStatusResponse. status()The status of the maintenance job.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableMaintenanceJobType Modifier and Type Method Description GetTableMaintenanceJobStatusResponse.BuilderGetTableMaintenanceJobStatusResponse.Builder. status(Map<TableMaintenanceJobType,TableMaintenanceJobStatusValue> status)The status of the maintenance job.
-