Uses of Class
com.oracle.bmc.disasterrecovery.requests.CancelDrPlanExecutionRequest
-
Packages that use CancelDrPlanExecutionRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of CancelDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type CancelDrPlanExecutionRequest Modifier and Type Method Description CancelDrPlanExecutionResponse
DisasterRecovery. cancelDrPlanExecution(CancelDrPlanExecutionRequest request)
Cancel the DR plan execution identified by drPlanExecutionId.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)
CancelDrPlanExecutionResponse
DisasterRecoveryClient. cancelDrPlanExecution(CancelDrPlanExecutionRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CancelDrPlanExecutionRequest 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 CancelDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return CancelDrPlanExecutionRequest Modifier and Type Method Description CancelDrPlanExecutionRequest
CancelDrPlanExecutionRequest.Builder. build()
Build the instance of CancelDrPlanExecutionRequest as configured by this builderCancelDrPlanExecutionRequest
CancelDrPlanExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelDrPlanExecutionRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type CancelDrPlanExecutionRequest Modifier and Type Method Description CancelDrPlanExecutionRequest.Builder
CancelDrPlanExecutionRequest.Builder. copy(CancelDrPlanExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-