Uses of Class
com.oracle.bmc.opsi.responses.ListSqlPlansResponse
-
Packages that use ListSqlPlansResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListSqlPlansResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListSqlPlansResponse Modifier and Type Method Description ListSqlPlansResponseOperationsInsights. listSqlPlans(ListSqlPlansRequest request)Query SQL Warehouse to list the plan xml for a given SQL execution plan.ListSqlPlansResponseOperationsInsightsClient. listSqlPlans(ListSqlPlansRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type ListSqlPlansResponse Modifier and Type Method Description Future<ListSqlPlansResponse>OperationsInsightsAsync. listSqlPlans(ListSqlPlansRequest request, AsyncHandler<ListSqlPlansRequest,ListSqlPlansResponse> handler)Query SQL Warehouse to list the plan xml for a given SQL execution plan.Future<ListSqlPlansResponse>OperationsInsightsAsyncClient. listSqlPlans(ListSqlPlansRequest request, AsyncHandler<ListSqlPlansRequest,ListSqlPlansResponse> handler)Iterable<ListSqlPlansResponse>OperationsInsightsPaginators. listSqlPlansResponseIterator(ListSqlPlansRequest request)Creates a new iterable which will iterate over the responses received from the listSqlPlans operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListSqlPlansResponse Modifier and Type Method Description Future<ListSqlPlansResponse>OperationsInsightsAsync. listSqlPlans(ListSqlPlansRequest request, AsyncHandler<ListSqlPlansRequest,ListSqlPlansResponse> handler)Query SQL Warehouse to list the plan xml for a given SQL execution plan.Future<ListSqlPlansResponse>OperationsInsightsAsyncClient. listSqlPlans(ListSqlPlansRequest request, AsyncHandler<ListSqlPlansRequest,ListSqlPlansResponse> handler) -
Uses of ListSqlPlansResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListSqlPlansResponse Modifier and Type Method Description ListSqlPlansResponseListSqlPlansResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListSqlPlansResponse Modifier and Type Method Description ListSqlPlansResponse.BuilderListSqlPlansResponse.Builder. copy(ListSqlPlansResponse o)Copy method to populate the builder with values from the given instance.
-