Uses of Class
com.oracle.bmc.databasemanagement.requests.GetIormPlanRequest
-
Packages that use GetIormPlanRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetIormPlanRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetIormPlanRequest Modifier and Type Method Description GetIormPlanResponse
DbManagement. getIormPlan(GetIormPlanRequest request)
Get the IORM plan from the specific Exadata storage server.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)
GetIormPlanResponse
DbManagementClient. getIormPlan(GetIormPlanRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetIormPlanRequest 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 GetIormPlanRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetIormPlanRequest Modifier and Type Method Description GetIormPlanRequest
GetIormPlanRequest.Builder. build()
Build the instance of GetIormPlanRequest as configured by this builderGetIormPlanRequest
GetIormPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIormPlanRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetIormPlanRequest Modifier and Type Method Description GetIormPlanRequest.Builder
GetIormPlanRequest.Builder. copy(GetIormPlanRequest o)
Copy method to populate the builder with values from the given instance.
-