Uses of Class
com.oracle.bmc.opsi.responses.SummarizeSqlPlanInsightsResponse
-
Packages that use SummarizeSqlPlanInsightsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of SummarizeSqlPlanInsightsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return SummarizeSqlPlanInsightsResponse Modifier and Type Method Description SummarizeSqlPlanInsightsResponse
OperationsInsights. summarizeSqlPlanInsights(SummarizeSqlPlanInsightsRequest request)
Query SQL Warehouse to get the performance insights on the execution plans for a given SQL for a given time period.SummarizeSqlPlanInsightsResponse
OperationsInsightsClient. summarizeSqlPlanInsights(SummarizeSqlPlanInsightsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type SummarizeSqlPlanInsightsResponse 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)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeSqlPlanInsightsResponse 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 SummarizeSqlPlanInsightsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return SummarizeSqlPlanInsightsResponse Modifier and Type Method Description SummarizeSqlPlanInsightsResponse
SummarizeSqlPlanInsightsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeSqlPlanInsightsResponse Modifier and Type Method Description SummarizeSqlPlanInsightsResponse.Builder
SummarizeSqlPlanInsightsResponse.Builder. copy(SummarizeSqlPlanInsightsResponse o)
Copy method to populate the builder with values from the given instance.
-