Uses of Class
com.oracle.bmc.disasterrecovery.model.PauseDrPlanExecutionDetails
-
Packages that use PauseDrPlanExecutionDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of PauseDrPlanExecutionDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return PauseDrPlanExecutionDetails Modifier and Type Method Description PauseDrPlanExecutionDetails
PauseDrPlanExecutionDetails.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type PauseDrPlanExecutionDetails Modifier and Type Method Description PauseDrPlanExecutionDetails.Builder
PauseDrPlanExecutionDetails.Builder. copy(PauseDrPlanExecutionDetails model)
-
Uses of PauseDrPlanExecutionDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return PauseDrPlanExecutionDetails Modifier and Type Method Description PauseDrPlanExecutionDetails
PauseDrPlanExecutionRequest. getBody$()
Alternative accessor for the body parameter.PauseDrPlanExecutionDetails
PauseDrPlanExecutionRequest. getPauseDrPlanExecutionDetails()
Details for pausing the DR plan execution.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type PauseDrPlanExecutionDetails Modifier and Type Method Description PauseDrPlanExecutionRequest.Builder
PauseDrPlanExecutionRequest.Builder. body$(PauseDrPlanExecutionDetails body)
Alternative setter for the body parameter.PauseDrPlanExecutionRequest.Builder
PauseDrPlanExecutionRequest.Builder. pauseDrPlanExecutionDetails(PauseDrPlanExecutionDetails pauseDrPlanExecutionDetails)
Details for pausing the DR plan execution.
-