Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStep
-
Packages that use DrPlanStep Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStep in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStep Modifier and Type Method Description DrPlanStep
DrPlanStep.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrPlanStep Modifier and Type Method Description List<DrPlanStep>
DrPlanGroup. getSteps()
The list of steps in the group.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStep Modifier and Type Method Description DrPlanStep.Builder
DrPlanStep.Builder. copy(DrPlanStep model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanStep Modifier and Type Method Description DrPlanGroup.Builder
DrPlanGroup.Builder. steps(List<DrPlanStep> steps)
The list of steps in the group.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanStep Constructor Description DrPlanGroup(String id, DrPlanGroupType type, DrPlanGroupRefreshStatus refreshStatus, String displayName, Boolean isPauseEnabled, List<DrPlanStep> steps)
Deprecated.
-