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