Uses of Class
com.oracle.bmc.disasterrecovery.requests.UpdateDrPlanRequest
- 
Packages that use UpdateDrPlanRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests 
- 
- 
Uses of UpdateDrPlanRequest in com.oracle.bmc.disasterrecoveryMethods in com.oracle.bmc.disasterrecovery with parameters of type UpdateDrPlanRequest Modifier and Type Method Description UpdateDrPlanResponseDisasterRecovery. updateDrPlan(UpdateDrPlanRequest request)Update the DR plan identified by drPlanId.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)UpdateDrPlanResponseDisasterRecoveryClient. updateDrPlan(UpdateDrPlanRequest request)Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type UpdateDrPlanRequest 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 UpdateDrPlanRequest in com.oracle.bmc.disasterrecovery.requestsMethods in com.oracle.bmc.disasterrecovery.requests that return UpdateDrPlanRequest Modifier and Type Method Description UpdateDrPlanRequestUpdateDrPlanRequest.Builder. build()Build the instance of UpdateDrPlanRequest as configured by this builderUpdateDrPlanRequestUpdateDrPlanRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateDrPlanRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type UpdateDrPlanRequest Modifier and Type Method Description UpdateDrPlanRequest.BuilderUpdateDrPlanRequest.Builder. copy(UpdateDrPlanRequest o)Copy method to populate the builder with values from the given instance.
 
-