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