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