Uses of Class
com.oracle.bmc.disasterrecovery.requests.IgnoreDrPlanExecutionRequest
-
Packages that use IgnoreDrPlanExecutionRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of IgnoreDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type IgnoreDrPlanExecutionRequest Modifier and Type Method Description IgnoreDrPlanExecutionResponse
DisasterRecovery. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request)
Ignore the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.Future<IgnoreDrPlanExecutionResponse>
DisasterRecoveryAsync. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request, AsyncHandler<IgnoreDrPlanExecutionRequest,IgnoreDrPlanExecutionResponse> handler)
Ignore the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.Future<IgnoreDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request, AsyncHandler<IgnoreDrPlanExecutionRequest,IgnoreDrPlanExecutionResponse> handler)
IgnoreDrPlanExecutionResponse
DisasterRecoveryClient. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type IgnoreDrPlanExecutionRequest Modifier and Type Method Description Future<IgnoreDrPlanExecutionResponse>
DisasterRecoveryAsync. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request, AsyncHandler<IgnoreDrPlanExecutionRequest,IgnoreDrPlanExecutionResponse> handler)
Ignore the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.Future<IgnoreDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request, AsyncHandler<IgnoreDrPlanExecutionRequest,IgnoreDrPlanExecutionResponse> handler)
-
Uses of IgnoreDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return IgnoreDrPlanExecutionRequest Modifier and Type Method Description IgnoreDrPlanExecutionRequest
IgnoreDrPlanExecutionRequest.Builder. build()
Build the instance of IgnoreDrPlanExecutionRequest as configured by this builderIgnoreDrPlanExecutionRequest
IgnoreDrPlanExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IgnoreDrPlanExecutionRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type IgnoreDrPlanExecutionRequest Modifier and Type Method Description IgnoreDrPlanExecutionRequest.Builder
IgnoreDrPlanExecutionRequest.Builder. copy(IgnoreDrPlanExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-