Uses of Class
com.oracle.bmc.database.model.CreateSchedulingPlanDetails
-
Packages that use CreateSchedulingPlanDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of CreateSchedulingPlanDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateSchedulingPlanDetails Modifier and Type Method Description CreateSchedulingPlanDetails
CreateSchedulingPlanDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type CreateSchedulingPlanDetails Modifier and Type Method Description CreateSchedulingPlanDetails.Builder
CreateSchedulingPlanDetails.Builder. copy(CreateSchedulingPlanDetails model)
-
Uses of CreateSchedulingPlanDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateSchedulingPlanDetails Modifier and Type Method Description CreateSchedulingPlanDetails
CreateSchedulingPlanRequest. getBody$()
Alternative accessor for the body parameter.CreateSchedulingPlanDetails
CreateSchedulingPlanRequest. getCreateSchedulingPlanDetails()
Request to create Scheduling Plan.Methods in com.oracle.bmc.database.requests with parameters of type CreateSchedulingPlanDetails Modifier and Type Method Description CreateSchedulingPlanRequest.Builder
CreateSchedulingPlanRequest.Builder. body$(CreateSchedulingPlanDetails body)
Alternative setter for the body parameter.CreateSchedulingPlanRequest.Builder
CreateSchedulingPlanRequest.Builder. createSchedulingPlanDetails(CreateSchedulingPlanDetails createSchedulingPlanDetails)
Request to create Scheduling Plan.
-