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