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