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