Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecution
-
Packages that use DrPlanExecution Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.responses -
-
Uses of DrPlanExecution in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecution Modifier and Type Method Description DrPlanExecution
DrPlanExecution.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecution Modifier and Type Method Description DrPlanExecution.Builder
DrPlanExecution.Builder. copy(DrPlanExecution model)
-
Uses of DrPlanExecution in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DrPlanExecution Modifier and Type Method Description DrPlanExecution
CreateDrPlanExecutionResponse. getDrPlanExecution()
The returned DrPlanExecution instance.DrPlanExecution
GetDrPlanExecutionResponse. getDrPlanExecution()
The returned DrPlanExecution instance.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DrPlanExecution Modifier and Type Method Description CreateDrPlanExecutionResponse.Builder
CreateDrPlanExecutionResponse.Builder. drPlanExecution(DrPlanExecution drPlanExecution)
The returned DrPlanExecution instance.GetDrPlanExecutionResponse.Builder
GetDrPlanExecutionResponse.Builder. drPlanExecution(DrPlanExecution drPlanExecution)
The returned DrPlanExecution instance.
-