Uses of Class
com.oracle.bmc.opsi.responses.SummarizeSqlInsightsResponse
- 
Packages that use SummarizeSqlInsightsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses 
- 
- 
Uses of SummarizeSqlInsightsResponse in com.oracle.bmc.opsiMethods in com.oracle.bmc.opsi that return SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponseOperationsInsights. summarizeSqlInsights(SummarizeSqlInsightsRequest request)Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.SummarizeSqlInsightsResponseOperationsInsightsClient. summarizeSqlInsights(SummarizeSqlInsightsRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type SummarizeSqlInsightsResponse Modifier and Type Method Description Future<SummarizeSqlInsightsResponse>OperationsInsightsAsync. summarizeSqlInsights(SummarizeSqlInsightsRequest request, AsyncHandler<SummarizeSqlInsightsRequest,SummarizeSqlInsightsResponse> handler)Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.Future<SummarizeSqlInsightsResponse>OperationsInsightsAsyncClient. summarizeSqlInsights(SummarizeSqlInsightsRequest request, AsyncHandler<SummarizeSqlInsightsRequest,SummarizeSqlInsightsResponse> handler)Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeSqlInsightsResponse Modifier and Type Method Description Future<SummarizeSqlInsightsResponse>OperationsInsightsAsync. summarizeSqlInsights(SummarizeSqlInsightsRequest request, AsyncHandler<SummarizeSqlInsightsRequest,SummarizeSqlInsightsResponse> handler)Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.Future<SummarizeSqlInsightsResponse>OperationsInsightsAsyncClient. summarizeSqlInsights(SummarizeSqlInsightsRequest request, AsyncHandler<SummarizeSqlInsightsRequest,SummarizeSqlInsightsResponse> handler)
- 
Uses of SummarizeSqlInsightsResponse in com.oracle.bmc.opsi.responsesMethods in com.oracle.bmc.opsi.responses that return SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponseSummarizeSqlInsightsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponse.BuilderSummarizeSqlInsightsResponse.Builder. copy(SummarizeSqlInsightsResponse o)Copy method to populate the builder with values from the given instance.
 
-