Uses of Class
com.oracle.bmc.database.model.SchedulingPlan
- 
Packages that use SchedulingPlan Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of SchedulingPlan in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return SchedulingPlan Modifier and Type Method Description SchedulingPlanSchedulingPlan.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type SchedulingPlan Modifier and Type Method Description SchedulingPlan.BuilderSchedulingPlan.Builder. copy(SchedulingPlan model)
- 
Uses of SchedulingPlan in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return SchedulingPlan Modifier and Type Method Description SchedulingPlanCreateSchedulingPlanResponse. getSchedulingPlan()The returned SchedulingPlan instance.SchedulingPlanGetSchedulingPlanResponse. getSchedulingPlan()The returned SchedulingPlan instance.SchedulingPlanReorderScheduledActionsResponse. getSchedulingPlan()The returned SchedulingPlan instance.Methods in com.oracle.bmc.database.responses with parameters of type SchedulingPlan Modifier and Type Method Description CreateSchedulingPlanResponse.BuilderCreateSchedulingPlanResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)The returned SchedulingPlan instance.GetSchedulingPlanResponse.BuilderGetSchedulingPlanResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)The returned SchedulingPlan instance.ReorderScheduledActionsResponse.BuilderReorderScheduledActionsResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)The returned SchedulingPlan instance.
 
-