Uses of Class
com.oracle.bmc.database.model.CreateSchedulingPlanDetails.PlanIntent
-
Packages that use CreateSchedulingPlanDetails.PlanIntent Package Description com.oracle.bmc.database.model -
-
Uses of CreateSchedulingPlanDetails.PlanIntent in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateSchedulingPlanDetails.PlanIntent Modifier and Type Method Description static CreateSchedulingPlanDetails.PlanIntentCreateSchedulingPlanDetails.PlanIntent. create(String key)CreateSchedulingPlanDetails.PlanIntentCreateSchedulingPlanDetails. getPlanIntent()The current intent of the Scheduling Plan.static CreateSchedulingPlanDetails.PlanIntentCreateSchedulingPlanDetails.PlanIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateSchedulingPlanDetails.PlanIntent[]CreateSchedulingPlanDetails.PlanIntent. 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 CreateSchedulingPlanDetails.PlanIntent Modifier and Type Method Description CreateSchedulingPlanDetails.BuilderCreateSchedulingPlanDetails.Builder. planIntent(CreateSchedulingPlanDetails.PlanIntent planIntent)The current intent of the Scheduling Plan.Constructors in com.oracle.bmc.database.model with parameters of type CreateSchedulingPlanDetails.PlanIntent Constructor Description CreateSchedulingPlanDetails(String compartmentId, String schedulingPolicyId, String resourceId, CreateSchedulingPlanDetails.ServiceType serviceType, Boolean isUsingRecommendedScheduledActions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateSchedulingPlanDetails.PlanIntent planIntent)Deprecated.
-