Uses of Class
com.oracle.bmc.devops.model.WaitCriteria.WaitType
-
Packages that use WaitCriteria.WaitType Package Description com.oracle.bmc.devops.model -
-
Uses of WaitCriteria.WaitType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return WaitCriteria.WaitType Modifier and Type Method Description static WaitCriteria.WaitType
WaitCriteria.WaitType. create(String key)
static WaitCriteria.WaitType
WaitCriteria.WaitType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WaitCriteria.WaitType[]
WaitCriteria.WaitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-