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.model
Methods in com.oracle.bmc.database.model that return SchedulingPlan Modifier and Type Method Description SchedulingPlan
SchedulingPlan.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type SchedulingPlan Modifier and Type Method Description SchedulingPlan.Builder
SchedulingPlan.Builder. copy(SchedulingPlan model)
-
Uses of SchedulingPlan in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return SchedulingPlan Modifier and Type Method Description SchedulingPlan
CreateSchedulingPlanResponse. getSchedulingPlan()
The returned SchedulingPlan instance.SchedulingPlan
GetSchedulingPlanResponse. getSchedulingPlan()
The returned SchedulingPlan instance.SchedulingPlan
ReorderScheduledActionsResponse. getSchedulingPlan()
The returned SchedulingPlan instance.Methods in com.oracle.bmc.database.responses with parameters of type SchedulingPlan Modifier and Type Method Description CreateSchedulingPlanResponse.Builder
CreateSchedulingPlanResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)
The returned SchedulingPlan instance.GetSchedulingPlanResponse.Builder
GetSchedulingPlanResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)
The returned SchedulingPlan instance.ReorderScheduledActionsResponse.Builder
ReorderScheduledActionsResponse.Builder. schedulingPlan(SchedulingPlan schedulingPlan)
The returned SchedulingPlan instance.
-