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