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.opsi
Methods in com.oracle.bmc.opsi that return SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponse
OperationsInsights. 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.SummarizeSqlInsightsResponse
OperationsInsightsClient. 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.responses
Methods in com.oracle.bmc.opsi.responses that return SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponse
SummarizeSqlInsightsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeSqlInsightsResponse Modifier and Type Method Description SummarizeSqlInsightsResponse.Builder
SummarizeSqlInsightsResponse.Builder. copy(SummarizeSqlInsightsResponse o)
Copy method to populate the builder with values from the given instance.
-