Uses of Class
com.oracle.bmc.database.model.UpdateSchedulingPolicyDetails
-
Packages that use UpdateSchedulingPolicyDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateSchedulingPolicyDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateSchedulingPolicyDetails Modifier and Type Method Description UpdateSchedulingPolicyDetails
UpdateSchedulingPolicyDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateSchedulingPolicyDetails Modifier and Type Method Description UpdateSchedulingPolicyDetails.Builder
UpdateSchedulingPolicyDetails.Builder. copy(UpdateSchedulingPolicyDetails model)
-
Uses of UpdateSchedulingPolicyDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateSchedulingPolicyDetails Modifier and Type Method Description UpdateSchedulingPolicyDetails
UpdateSchedulingPolicyRequest. getBody$()
Alternative accessor for the body parameter.UpdateSchedulingPolicyDetails
UpdateSchedulingPolicyRequest. getUpdateSchedulingPolicyDetails()
Request to update the properties of a Scheduling Policy.Methods in com.oracle.bmc.database.requests with parameters of type UpdateSchedulingPolicyDetails Modifier and Type Method Description UpdateSchedulingPolicyRequest.Builder
UpdateSchedulingPolicyRequest.Builder. body$(UpdateSchedulingPolicyDetails body)
Alternative setter for the body parameter.UpdateSchedulingPolicyRequest.Builder
UpdateSchedulingPolicyRequest.Builder. updateSchedulingPolicyDetails(UpdateSchedulingPolicyDetails updateSchedulingPolicyDetails)
Request to update the properties of a Scheduling Policy.
-