Uses of Class
com.oracle.bmc.database.model.Update.AvailableActions
-
Packages that use Update.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of Update.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Update.AvailableActions Modifier and Type Method Description static Update.AvailableActions
Update.AvailableActions. create(String key)
static Update.AvailableActions
Update.AvailableActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static Update.AvailableActions[]
Update.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 Update.AvailableActions Modifier and Type Method Description List<Update.AvailableActions>
Update. getAvailableActions()
The possible actions performed by the update operation on the infrastructure components.Method parameters in com.oracle.bmc.database.model with type arguments of type Update.AvailableActions Modifier and Type Method Description Update.Builder
Update.Builder. availableActions(List<Update.AvailableActions> availableActions)
The possible actions performed by the update operation on the infrastructure components.Constructor parameters in com.oracle.bmc.database.model with type arguments of type Update.AvailableActions Constructor Description Update(String id, String description, Update.LastAction lastAction, List<Update.AvailableActions> availableActions, Update.UpdateType updateType, String lifecycleDetails, Update.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-