Uses of Class
com.oracle.bmc.database.model.UpdateScheduledActionDetails
-
Packages that use UpdateScheduledActionDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateScheduledActionDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateScheduledActionDetails Modifier and Type Method Description UpdateScheduledActionDetails
UpdateScheduledActionDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateScheduledActionDetails Modifier and Type Method Description UpdateScheduledActionDetails.Builder
UpdateScheduledActionDetails.Builder. copy(UpdateScheduledActionDetails model)
-
Uses of UpdateScheduledActionDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateScheduledActionDetails Modifier and Type Method Description UpdateScheduledActionDetails
UpdateScheduledActionRequest. getBody$()
Alternative accessor for the body parameter.UpdateScheduledActionDetails
UpdateScheduledActionRequest. getUpdateScheduledActionDetails()
Request to update the properties of a Scheduled Action.Methods in com.oracle.bmc.database.requests with parameters of type UpdateScheduledActionDetails Modifier and Type Method Description UpdateScheduledActionRequest.Builder
UpdateScheduledActionRequest.Builder. body$(UpdateScheduledActionDetails body)
Alternative setter for the body parameter.UpdateScheduledActionRequest.Builder
UpdateScheduledActionRequest.Builder. updateScheduledActionDetails(UpdateScheduledActionDetails updateScheduledActionDetails)
Request to update the properties of a Scheduled Action.
-