Uses of Class
com.oracle.bmc.opsi.requests.SummarizeSqlInsightsRequest
-
Packages that use SummarizeSqlInsightsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of SummarizeSqlInsightsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type SummarizeSqlInsightsRequest 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.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)
SummarizeSqlInsightsResponse
OperationsInsightsClient. summarizeSqlInsights(SummarizeSqlInsightsRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeSqlInsightsRequest 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 SummarizeSqlInsightsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeSqlInsightsRequest Modifier and Type Method Description SummarizeSqlInsightsRequest
SummarizeSqlInsightsRequest.Builder. build()
Build the instance of SummarizeSqlInsightsRequest as configured by this builderSummarizeSqlInsightsRequest
SummarizeSqlInsightsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeSqlInsightsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type SummarizeSqlInsightsRequest Modifier and Type Method Description SummarizeSqlInsightsRequest.Builder
SummarizeSqlInsightsRequest.Builder. copy(SummarizeSqlInsightsRequest o)
Copy method to populate the builder with values from the given instance.
-