Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionCollection
-
Packages that use DrPlanExecutionCollection Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.responses -
-
Uses of DrPlanExecutionCollection in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionCollection Modifier and Type Method Description DrPlanExecutionCollection
DrPlanExecutionCollection.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionCollection Modifier and Type Method Description DrPlanExecutionCollection.Builder
DrPlanExecutionCollection.Builder. copy(DrPlanExecutionCollection model)
-
Uses of DrPlanExecutionCollection in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DrPlanExecutionCollection Modifier and Type Method Description DrPlanExecutionCollection
ListDrPlanExecutionsResponse. getDrPlanExecutionCollection()
The returned DrPlanExecutionCollection instance.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DrPlanExecutionCollection Modifier and Type Method Description ListDrPlanExecutionsResponse.Builder
ListDrPlanExecutionsResponse.Builder. drPlanExecutionCollection(DrPlanExecutionCollection drPlanExecutionCollection)
The returned DrPlanExecutionCollection instance.
-