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