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