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