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