Uses of Class
com.oracle.bmc.disasterrecovery.responses.CancelDrPlanExecutionResponse
-
Packages that use CancelDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of CancelDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return CancelDrPlanExecutionResponse Modifier and Type Method Description CancelDrPlanExecutionResponse
DisasterRecovery. cancelDrPlanExecution(CancelDrPlanExecutionRequest request)
Cancel the DR plan execution identified by drPlanExecutionId.CancelDrPlanExecutionResponse
DisasterRecoveryClient. cancelDrPlanExecution(CancelDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type CancelDrPlanExecutionResponse Modifier and Type Method Description Future<CancelDrPlanExecutionResponse>
DisasterRecoveryAsync. cancelDrPlanExecution(CancelDrPlanExecutionRequest request, AsyncHandler<CancelDrPlanExecutionRequest,CancelDrPlanExecutionResponse> handler)
Cancel the DR plan execution identified by drPlanExecutionId.Future<CancelDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. cancelDrPlanExecution(CancelDrPlanExecutionRequest request, AsyncHandler<CancelDrPlanExecutionRequest,CancelDrPlanExecutionResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CancelDrPlanExecutionResponse Modifier and Type Method Description Future<CancelDrPlanExecutionResponse>
DisasterRecoveryAsync. cancelDrPlanExecution(CancelDrPlanExecutionRequest request, AsyncHandler<CancelDrPlanExecutionRequest,CancelDrPlanExecutionResponse> handler)
Cancel the DR plan execution identified by drPlanExecutionId.Future<CancelDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. cancelDrPlanExecution(CancelDrPlanExecutionRequest request, AsyncHandler<CancelDrPlanExecutionRequest,CancelDrPlanExecutionResponse> handler)
-
Uses of CancelDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return CancelDrPlanExecutionResponse Modifier and Type Method Description CancelDrPlanExecutionResponse
CancelDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type CancelDrPlanExecutionResponse Modifier and Type Method Description CancelDrPlanExecutionResponse.Builder
CancelDrPlanExecutionResponse.Builder. copy(CancelDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-