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