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