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