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