Uses of Class
com.oracle.bmc.databasemanagement.model.HistoricAddmResult.HowCreated
-
Packages that use HistoricAddmResult.HowCreated Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of HistoricAddmResult.HowCreated in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return HistoricAddmResult.HowCreated Modifier and Type Method Description static HistoricAddmResult.HowCreated
HistoricAddmResult.HowCreated. create(String key)
HistoricAddmResult.HowCreated
HistoricAddmResult. getHowCreated()
A description of how the task was created.static HistoricAddmResult.HowCreated
HistoricAddmResult.HowCreated. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistoricAddmResult.HowCreated[]
HistoricAddmResult.HowCreated. 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.HowCreated Modifier and Type Method Description HistoricAddmResult.Builder
HistoricAddmResult.Builder. howCreated(HistoricAddmResult.HowCreated howCreated)
A description of how the task was created.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type HistoricAddmResult.HowCreated 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.
-