Uses of Class
com.oracle.bmc.database.model.Patch.AvailableActions
-
Packages that use Patch.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of Patch.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Patch.AvailableActions Modifier and Type Method Description static Patch.AvailableActions
Patch.AvailableActions. create(String key)
static Patch.AvailableActions
Patch.AvailableActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static Patch.AvailableActions[]
Patch.AvailableActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type Patch.AvailableActions Modifier and Type Method Description List<Patch.AvailableActions>
Patch. getAvailableActions()
Actions that can possibly be performed using this patch.Method parameters in com.oracle.bmc.database.model with type arguments of type Patch.AvailableActions Modifier and Type Method Description Patch.Builder
Patch.Builder. availableActions(List<Patch.AvailableActions> availableActions)
Actions that can possibly be performed using this patch.Constructor parameters in com.oracle.bmc.database.model with type arguments of type Patch.AvailableActions Constructor Description Patch(String id, String description, Patch.LastAction lastAction, List<Patch.AvailableActions> availableActions, String lifecycleDetails, Patch.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-