Uses of Class
com.oracle.bmc.database.model.PatchDetails.Action
-
Packages that use PatchDetails.Action Package Description com.oracle.bmc.database.model -
-
Uses of PatchDetails.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchDetails.Action Modifier and Type Method Description static PatchDetails.Action
PatchDetails.Action. create(String key)
PatchDetails.Action
PatchDetails. getAction()
The action to perform on the patch.static PatchDetails.Action
PatchDetails.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchDetails.Action[]
PatchDetails.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type PatchDetails.Action Modifier and Type Method Description PatchDetails.Builder
PatchDetails.Builder. action(PatchDetails.Action action)
The action to perform on the patch.Constructors in com.oracle.bmc.database.model with parameters of type PatchDetails.Action Constructor Description PatchDetails(String patchId, String databaseSoftwareImageId, PatchDetails.Action action)
Deprecated.
-