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