Uses of Class
com.oracle.bmc.opsi.responses.IngestSqlStatsResponse
-
Packages that use IngestSqlStatsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of IngestSqlStatsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return IngestSqlStatsResponse Modifier and Type Method Description IngestSqlStatsResponse
OperationsInsights. ingestSqlStats(IngestSqlStatsRequest request)
The SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.IngestSqlStatsResponse
OperationsInsightsClient. ingestSqlStats(IngestSqlStatsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type IngestSqlStatsResponse Modifier and Type Method Description Future<IngestSqlStatsResponse>
OperationsInsightsAsync. ingestSqlStats(IngestSqlStatsRequest request, AsyncHandler<IngestSqlStatsRequest,IngestSqlStatsResponse> handler)
The SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.Future<IngestSqlStatsResponse>
OperationsInsightsAsyncClient. ingestSqlStats(IngestSqlStatsRequest request, AsyncHandler<IngestSqlStatsRequest,IngestSqlStatsResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestSqlStatsResponse Modifier and Type Method Description Future<IngestSqlStatsResponse>
OperationsInsightsAsync. ingestSqlStats(IngestSqlStatsRequest request, AsyncHandler<IngestSqlStatsRequest,IngestSqlStatsResponse> handler)
The SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.Future<IngestSqlStatsResponse>
OperationsInsightsAsyncClient. ingestSqlStats(IngestSqlStatsRequest request, AsyncHandler<IngestSqlStatsRequest,IngestSqlStatsResponse> handler)
-
Uses of IngestSqlStatsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return IngestSqlStatsResponse Modifier and Type Method Description IngestSqlStatsResponse
IngestSqlStatsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestSqlStatsResponse Modifier and Type Method Description IngestSqlStatsResponse.Builder
IngestSqlStatsResponse.Builder. copy(IngestSqlStatsResponse o)
Copy method to populate the builder with values from the given instance.
-