Uses of Class
com.oracle.bmc.database.model.CreateScheduledActionDetails
-
Packages that use CreateScheduledActionDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of CreateScheduledActionDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateScheduledActionDetails Modifier and Type Method Description CreateScheduledActionDetails
CreateScheduledActionDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type CreateScheduledActionDetails Modifier and Type Method Description CreateScheduledActionDetails.Builder
CreateScheduledActionDetails.Builder. copy(CreateScheduledActionDetails model)
-
Uses of CreateScheduledActionDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateScheduledActionDetails Modifier and Type Method Description CreateScheduledActionDetails
CreateScheduledActionRequest. getBody$()
Alternative accessor for the body parameter.CreateScheduledActionDetails
CreateScheduledActionRequest. getCreateScheduledActionDetails()
Request to create Scheduled Action.Methods in com.oracle.bmc.database.requests with parameters of type CreateScheduledActionDetails Modifier and Type Method Description CreateScheduledActionRequest.Builder
CreateScheduledActionRequest.Builder. body$(CreateScheduledActionDetails body)
Alternative setter for the body parameter.CreateScheduledActionRequest.Builder
CreateScheduledActionRequest.Builder. createScheduledActionDetails(CreateScheduledActionDetails createScheduledActionDetails)
Request to create Scheduled Action.
-