Uses of Class
software.amazon.awssdk.services.s3tables.model.TableMaintenanceJobStatusValue
-
Packages that use TableMaintenanceJobStatusValue Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceJobStatusValue in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableMaintenanceJobStatusValue Modifier and Type Method Description Map<TableMaintenanceJobType,TableMaintenanceJobStatusValue>GetTableMaintenanceJobStatusResponse. status()The status of the maintenance job.Map<String,TableMaintenanceJobStatusValue>GetTableMaintenanceJobStatusResponse. statusAsStrings()The status of the maintenance job.Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type TableMaintenanceJobStatusValue Modifier and Type Method Description GetTableMaintenanceJobStatusResponse.BuilderGetTableMaintenanceJobStatusResponse.Builder. status(Map<TableMaintenanceJobType,TableMaintenanceJobStatusValue> status)The status of the maintenance job.GetTableMaintenanceJobStatusResponse.BuilderGetTableMaintenanceJobStatusResponse.Builder. statusWithStrings(Map<String,TableMaintenanceJobStatusValue> status)The status of the maintenance job.
-