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