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