Uses of Class
com.oracle.bmc.opsi.requests.SummarizeSqlPlanInsightsRequest
-
Packages that use SummarizeSqlPlanInsightsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of SummarizeSqlPlanInsightsRequest in com.oracle.bmc.opsi
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeSqlPlanInsightsRequest Modifier and Type Method Description Future<SummarizeSqlPlanInsightsResponse>
OperationsInsightsAsync. summarizeSqlPlanInsights(SummarizeSqlPlanInsightsRequest request, AsyncHandler<SummarizeSqlPlanInsightsRequest,SummarizeSqlPlanInsightsResponse> handler)
Query SQL Warehouse to get the performance insights on the execution plans for a given SQL for a given time period.Future<SummarizeSqlPlanInsightsResponse>
OperationsInsightsAsyncClient. summarizeSqlPlanInsights(SummarizeSqlPlanInsightsRequest request, AsyncHandler<SummarizeSqlPlanInsightsRequest,SummarizeSqlPlanInsightsResponse> handler)
-
Uses of SummarizeSqlPlanInsightsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeSqlPlanInsightsRequest Modifier and Type Method Description SummarizeSqlPlanInsightsRequest
SummarizeSqlPlanInsightsRequest.Builder. build()
Build the instance of SummarizeSqlPlanInsightsRequest as configured by this builderSummarizeSqlPlanInsightsRequest
SummarizeSqlPlanInsightsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeSqlPlanInsightsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type SummarizeSqlPlanInsightsRequest Modifier and Type Method Description SummarizeSqlPlanInsightsRequest.Builder
SummarizeSqlPlanInsightsRequest.Builder. copy(SummarizeSqlPlanInsightsRequest o)
Copy method to populate the builder with values from the given instance.
-