Uses of Class
com.oracle.bmc.opsi.requests.ListSqlPlansRequest
-
Packages that use ListSqlPlansRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListSqlPlansRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListSqlPlansRequest Modifier and Type Method Description ListSqlPlansResponseOperationsInsights. listSqlPlans(ListSqlPlansRequest request)Query SQL Warehouse to list the plan xml for a given SQL execution plan.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)ListSqlPlansResponseOperationsInsightsClient. listSqlPlans(ListSqlPlansRequest request)Iterable<SqlPlanSummary>OperationsInsightsPaginators. listSqlPlansRecordIterator(ListSqlPlansRequest request)Creates a new iterable which will iterate over theSqlPlanSummaryobjects contained in responses from the listSqlPlans operation.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 ListSqlPlansRequest 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 ListSqlPlansRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListSqlPlansRequest Modifier and Type Method Description ListSqlPlansRequestListSqlPlansRequest.Builder. build()Build the instance of ListSqlPlansRequest as configured by this builderListSqlPlansRequestListSqlPlansRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSqlPlansRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListSqlPlansRequest Modifier and Type Method Description ListSqlPlansRequest.BuilderListSqlPlansRequest.Builder. copy(ListSqlPlansRequest o)Copy method to populate the builder with values from the given instance.
-