Uses of Class
com.oracle.bmc.disasterrecovery.responses.DeleteDrPlanExecutionResponse
-
Packages that use DeleteDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of DeleteDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return DeleteDrPlanExecutionResponse Modifier and Type Method Description DeleteDrPlanExecutionResponse
DisasterRecovery. deleteDrPlanExecution(DeleteDrPlanExecutionRequest request)
Delete the DR plan execution identified by drPlanExecutionId.DeleteDrPlanExecutionResponse
DisasterRecoveryClient. deleteDrPlanExecution(DeleteDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type DeleteDrPlanExecutionResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type DeleteDrPlanExecutionResponse 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 DeleteDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DeleteDrPlanExecutionResponse Modifier and Type Method Description DeleteDrPlanExecutionResponse
DeleteDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DeleteDrPlanExecutionResponse Modifier and Type Method Description DeleteDrPlanExecutionResponse.Builder
DeleteDrPlanExecutionResponse.Builder. copy(DeleteDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-