Uses of Class
com.oracle.bmc.disasterrecovery.responses.UpdateDrPlanExecutionResponse
-
Packages that use UpdateDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of UpdateDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return UpdateDrPlanExecutionResponse Modifier and Type Method Description UpdateDrPlanExecutionResponse
DisasterRecovery. updateDrPlanExecution(UpdateDrPlanExecutionRequest request)
Update the DR plan execution identified by drPlanExecutionId.UpdateDrPlanExecutionResponse
DisasterRecoveryClient. updateDrPlanExecution(UpdateDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type UpdateDrPlanExecutionResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type UpdateDrPlanExecutionResponse 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 UpdateDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return UpdateDrPlanExecutionResponse Modifier and Type Method Description UpdateDrPlanExecutionResponse
UpdateDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type UpdateDrPlanExecutionResponse Modifier and Type Method Description UpdateDrPlanExecutionResponse.Builder
UpdateDrPlanExecutionResponse.Builder. copy(UpdateDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-