Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStepExecution
-
Packages that use DrPlanStepExecution Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStepExecution in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStepExecution Modifier and Type Method Description DrPlanStepExecution
DrPlanStepExecution.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrPlanStepExecution Modifier and Type Method Description List<DrPlanStepExecution>
DrPlanGroupExecution. getStepExecutions()
A list of step executions in the group.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepExecution Modifier and Type Method Description DrPlanStepExecution.Builder
DrPlanStepExecution.Builder. copy(DrPlanStepExecution model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanStepExecution Modifier and Type Method Description DrPlanGroupExecution.Builder
DrPlanGroupExecution.Builder. stepExecutions(List<DrPlanStepExecution> stepExecutions)
A list of step executions in the group.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanStepExecution Constructor Description DrPlanGroupExecution(String groupId, DrPlanGroupType type, String displayName, DrPlanGroupExecutionStatus status, String statusDetails, Date timeStarted, Date timeEnded, Integer executionDurationInSec, List<DrPlanStepExecution> stepExecutions)
Deprecated.
-