Uses of Class
com.oracle.bmc.databasemanagement.model.HistoricAddmResult.Status
-
Packages that use HistoricAddmResult.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of HistoricAddmResult.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return HistoricAddmResult.Status Modifier and Type Method Description static HistoricAddmResult.Status
HistoricAddmResult.Status. create(String key)
HistoricAddmResult.Status
HistoricAddmResult. getStatus()
The status of the ADDM task.static HistoricAddmResult.Status
HistoricAddmResult.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistoricAddmResult.Status[]
HistoricAddmResult.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type HistoricAddmResult.Status Modifier and Type Method Description HistoricAddmResult.Builder
HistoricAddmResult.Builder. status(HistoricAddmResult.Status status)
The status of the ADDM task.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type HistoricAddmResult.Status Constructor Description HistoricAddmResult(Boolean isNewlyCreated, String taskName, Long taskId, String description, String dbUser, HistoricAddmResult.Status status, Date timeCreated, HistoricAddmResult.HowCreated howCreated, Date startSnapshotTime, Date endSnapshotTime, Long beginSnapshotId, Long endSnapshotId, Long findings)
Deprecated.
-