Uses of Class
com.oracle.bmc.databasemanagement.responses.GetIormPlanResponse
-
Packages that use GetIormPlanResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetIormPlanResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetIormPlanResponse Modifier and Type Method Description GetIormPlanResponse
DbManagement. getIormPlan(GetIormPlanRequest request)
Get the IORM plan from the specific Exadata storage server.GetIormPlanResponse
DbManagementClient. getIormPlan(GetIormPlanRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetIormPlanResponse Modifier and Type Method Description Future<GetIormPlanResponse>
DbManagementAsync. getIormPlan(GetIormPlanRequest request, AsyncHandler<GetIormPlanRequest,GetIormPlanResponse> handler)
Get the IORM plan from the specific Exadata storage server.Future<GetIormPlanResponse>
DbManagementAsyncClient. getIormPlan(GetIormPlanRequest request, AsyncHandler<GetIormPlanRequest,GetIormPlanResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetIormPlanResponse Modifier and Type Method Description Future<GetIormPlanResponse>
DbManagementAsync. getIormPlan(GetIormPlanRequest request, AsyncHandler<GetIormPlanRequest,GetIormPlanResponse> handler)
Get the IORM plan from the specific Exadata storage server.Future<GetIormPlanResponse>
DbManagementAsyncClient. getIormPlan(GetIormPlanRequest request, AsyncHandler<GetIormPlanRequest,GetIormPlanResponse> handler)
-
Uses of GetIormPlanResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetIormPlanResponse Modifier and Type Method Description GetIormPlanResponse
GetIormPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetIormPlanResponse Modifier and Type Method Description GetIormPlanResponse.Builder
GetIormPlanResponse.Builder. copy(GetIormPlanResponse o)
Copy method to populate the builder with values from the given instance.
-