Uses of Class
com.oracle.bmc.disasterrecovery.model.IgnoreDrPlanExecutionDetails
-
Packages that use IgnoreDrPlanExecutionDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of IgnoreDrPlanExecutionDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return IgnoreDrPlanExecutionDetails Modifier and Type Method Description IgnoreDrPlanExecutionDetails
IgnoreDrPlanExecutionDetails.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type IgnoreDrPlanExecutionDetails Modifier and Type Method Description IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails.Builder. copy(IgnoreDrPlanExecutionDetails model)
-
Uses of IgnoreDrPlanExecutionDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return IgnoreDrPlanExecutionDetails Modifier and Type Method Description IgnoreDrPlanExecutionDetails
IgnoreDrPlanExecutionRequest. getBody$()
Alternative accessor for the body parameter.IgnoreDrPlanExecutionDetails
IgnoreDrPlanExecutionRequest. getIgnoreDrPlanExecutionDetails()
Details for ignoring the failed group or step and resuming execution.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type IgnoreDrPlanExecutionDetails Modifier and Type Method Description IgnoreDrPlanExecutionRequest.Builder
IgnoreDrPlanExecutionRequest.Builder. body$(IgnoreDrPlanExecutionDetails body)
Alternative setter for the body parameter.IgnoreDrPlanExecutionRequest.Builder
IgnoreDrPlanExecutionRequest.Builder. ignoreDrPlanExecutionDetails(IgnoreDrPlanExecutionDetails ignoreDrPlanExecutionDetails)
Details for ignoring the failed group or step and resuming execution.
-