Uses of Class
com.oracle.bmc.opsi.requests.IngestSqlPlanLinesRequest
-
Packages that use IngestSqlPlanLinesRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of IngestSqlPlanLinesRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type IngestSqlPlanLinesRequest Modifier and Type Method Description IngestSqlPlanLinesResponse
OperationsInsights. ingestSqlPlanLines(IngestSqlPlanLinesRequest request)
The SqlPlanLines endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestSqlPlanLinesResponse>
OperationsInsightsAsync. ingestSqlPlanLines(IngestSqlPlanLinesRequest request, AsyncHandler<IngestSqlPlanLinesRequest,IngestSqlPlanLinesResponse> handler)
The SqlPlanLines endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestSqlPlanLinesResponse>
OperationsInsightsAsyncClient. ingestSqlPlanLines(IngestSqlPlanLinesRequest request, AsyncHandler<IngestSqlPlanLinesRequest,IngestSqlPlanLinesResponse> handler)
IngestSqlPlanLinesResponse
OperationsInsightsClient. ingestSqlPlanLines(IngestSqlPlanLinesRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestSqlPlanLinesRequest Modifier and Type Method Description Future<IngestSqlPlanLinesResponse>
OperationsInsightsAsync. ingestSqlPlanLines(IngestSqlPlanLinesRequest request, AsyncHandler<IngestSqlPlanLinesRequest,IngestSqlPlanLinesResponse> handler)
The SqlPlanLines endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestSqlPlanLinesResponse>
OperationsInsightsAsyncClient. ingestSqlPlanLines(IngestSqlPlanLinesRequest request, AsyncHandler<IngestSqlPlanLinesRequest,IngestSqlPlanLinesResponse> handler)
-
Uses of IngestSqlPlanLinesRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return IngestSqlPlanLinesRequest Modifier and Type Method Description IngestSqlPlanLinesRequest
IngestSqlPlanLinesRequest.Builder. build()
Build the instance of IngestSqlPlanLinesRequest as configured by this builderIngestSqlPlanLinesRequest
IngestSqlPlanLinesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IngestSqlPlanLinesRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type IngestSqlPlanLinesRequest Modifier and Type Method Description IngestSqlPlanLinesRequest.Builder
IngestSqlPlanLinesRequest.Builder. copy(IngestSqlPlanLinesRequest o)
Copy method to populate the builder with values from the given instance.
-