Uses of Class
com.oracle.bmc.database.model.RunDataPatchDetails.Action
-
Packages that use RunDataPatchDetails.Action Package Description com.oracle.bmc.database.model -
-
Uses of RunDataPatchDetails.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return RunDataPatchDetails.Action Modifier and Type Method Description static RunDataPatchDetails.ActionRunDataPatchDetails.Action. create(String key)RunDataPatchDetails.ActionRunDataPatchDetails. getAction()The action to perform on run database dataPatch operationstatic RunDataPatchDetails.ActionRunDataPatchDetails.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static RunDataPatchDetails.Action[]RunDataPatchDetails.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 RunDataPatchDetails.Action Modifier and Type Method Description RunDataPatchDetails.BuilderRunDataPatchDetails.Builder. action(RunDataPatchDetails.Action action)The action to perform on run database dataPatch operationConstructors in com.oracle.bmc.database.model with parameters of type RunDataPatchDetails.Action Constructor Description RunDataPatchDetails(List<String> pluggableDatabases, DataPatchOptions dataPatchOptions, RunDataPatchDetails.Action action)Deprecated.
-