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