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