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