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