Uses of Class
com.oracle.bmc.disasterrecovery.responses.IgnoreDrPlanExecutionResponse
-
Packages that use IgnoreDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of IgnoreDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return IgnoreDrPlanExecutionResponse 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.IgnoreDrPlanExecutionResponse
DisasterRecoveryClient. ignoreDrPlanExecution(IgnoreDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type IgnoreDrPlanExecutionResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type IgnoreDrPlanExecutionResponse 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 IgnoreDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return IgnoreDrPlanExecutionResponse Modifier and Type Method Description IgnoreDrPlanExecutionResponse
IgnoreDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type IgnoreDrPlanExecutionResponse Modifier and Type Method Description IgnoreDrPlanExecutionResponse.Builder
IgnoreDrPlanExecutionResponse.Builder. copy(IgnoreDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-