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