Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionSummary
-
Packages that use DrPlanExecutionSummary Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionSummary in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type DrPlanExecutionSummary Modifier and Type Method Description Iterable<DrPlanExecutionSummary>
DisasterRecoveryPaginators. listDrPlanExecutionsRecordIterator(ListDrPlanExecutionsRequest request)
Creates a new iterable which will iterate over theDrPlanExecutionSummary
objects contained in responses from the listDrPlanExecutions operation. -
Uses of DrPlanExecutionSummary in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionSummary Modifier and Type Method Description DrPlanExecutionSummary
DrPlanExecutionSummary.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrPlanExecutionSummary Modifier and Type Method Description List<DrPlanExecutionSummary>
DrPlanExecutionCollection. getItems()
A list of DR plan execution summaries.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionSummary Modifier and Type Method Description DrPlanExecutionSummary.Builder
DrPlanExecutionSummary.Builder. copy(DrPlanExecutionSummary model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanExecutionSummary Modifier and Type Method Description DrPlanExecutionCollection.Builder
DrPlanExecutionCollection.Builder. items(List<DrPlanExecutionSummary> items)
A list of DR plan execution summaries.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanExecutionSummary Constructor Description DrPlanExecutionCollection(List<DrPlanExecutionSummary> items)
Deprecated.
-