Uses of Class
com.oracle.bmc.disasterrecovery.requests.ResumeDrPlanExecutionRequest
-
Packages that use ResumeDrPlanExecutionRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of ResumeDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type ResumeDrPlanExecutionRequest Modifier and Type Method Description ResumeDrPlanExecutionResponse
DisasterRecovery. resumeDrPlanExecution(ResumeDrPlanExecutionRequest request)
Resume the DR plan execution identified by drPlanExecutionId.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)
ResumeDrPlanExecutionResponse
DisasterRecoveryClient. resumeDrPlanExecution(ResumeDrPlanExecutionRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type ResumeDrPlanExecutionRequest 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 ResumeDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return ResumeDrPlanExecutionRequest Modifier and Type Method Description ResumeDrPlanExecutionRequest
ResumeDrPlanExecutionRequest.Builder. build()
Build the instance of ResumeDrPlanExecutionRequest as configured by this builderResumeDrPlanExecutionRequest
ResumeDrPlanExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ResumeDrPlanExecutionRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type ResumeDrPlanExecutionRequest Modifier and Type Method Description ResumeDrPlanExecutionRequest.Builder
ResumeDrPlanExecutionRequest.Builder. copy(ResumeDrPlanExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-