Uses of Class
com.oracle.bmc.database.model.ScheduledActionSummary.ActionType
-
Packages that use ScheduledActionSummary.ActionType Package Description com.oracle.bmc.database.model -
-
Uses of ScheduledActionSummary.ActionType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ScheduledActionSummary.ActionType Modifier and Type Method Description static ScheduledActionSummary.ActionTypeScheduledActionSummary.ActionType. create(String key)ScheduledActionSummary.ActionTypeScheduledActionSummary. getActionType()The type of the scheduled action being performedstatic ScheduledActionSummary.ActionTypeScheduledActionSummary.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledActionSummary.ActionType[]ScheduledActionSummary.ActionType. 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 ScheduledActionSummary.ActionType Modifier and Type Method Description ScheduledActionSummary.BuilderScheduledActionSummary.Builder. actionType(ScheduledActionSummary.ActionType actionType)The type of the scheduled action being performedConstructors in com.oracle.bmc.database.model with parameters of type ScheduledActionSummary.ActionType Constructor Description ScheduledActionSummary(String id, String schedulingPlanId, String compartmentId, String schedulingWindowId, String displayName, Integer actionOrder, ScheduledActionSummary.ActionType actionType, ScheduledActionSummary.LifecycleState lifecycleState, Integer estimatedTimeInMins, Map<String,String> actionParams, List<ActionMember> actionMembers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated.
-