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.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type UpdateDrPlanRequest Modifier and Type Method Description UpdateDrPlanResponse
DisasterRecovery. 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)
UpdateDrPlanResponse
DisasterRecoveryClient. 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.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return UpdateDrPlanRequest Modifier and Type Method Description UpdateDrPlanRequest
UpdateDrPlanRequest.Builder. build()
Build the instance of UpdateDrPlanRequest as configured by this builderUpdateDrPlanRequest
UpdateDrPlanRequest.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.Builder
UpdateDrPlanRequest.Builder. copy(UpdateDrPlanRequest o)
Copy method to populate the builder with values from the given instance.
-