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