Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionSuccessfulStepStatusCounts
-
Packages that use DrPlanExecutionSuccessfulStepStatusCounts Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionSuccessfulStepStatusCounts in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionSuccessfulStepStatusCounts Modifier and Type Method Description DrPlanExecutionSuccessfulStepStatusCountsDrPlanExecutionSuccessfulStepStatusCounts.Builder. build()DrPlanExecutionSuccessfulStepStatusCountsDrPlanExecutionStepStatusCounts. getSuccessfulSteps()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionSuccessfulStepStatusCounts Modifier and Type Method Description DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts.Builder. copy(DrPlanExecutionSuccessfulStepStatusCounts model)DrPlanExecutionStepStatusCounts.BuilderDrPlanExecutionStepStatusCounts.Builder. successfulSteps(DrPlanExecutionSuccessfulStepStatusCounts successfulSteps)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionSuccessfulStepStatusCounts Constructor Description DrPlanExecutionStepStatusCounts(Integer totalSteps, DrPlanExecutionRemainingStepStatusCounts remainingSteps, DrPlanExecutionSkippedStepStatusCounts skippedSteps, DrPlanExecutionSuccessfulStepStatusCounts successfulSteps, DrPlanExecutionWarningStepStatusCounts warningSteps, DrPlanExecutionFailedStepStatusCounts failedSteps)Deprecated.
-