Uses of Class
com.oracle.bmc.opsi.responses.IngestSqlPlanLinesResponse
-
Packages that use IngestSqlPlanLinesResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of IngestSqlPlanLinesResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return IngestSqlPlanLinesResponse 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.IngestSqlPlanLinesResponse
OperationsInsightsClient. ingestSqlPlanLines(IngestSqlPlanLinesRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type IngestSqlPlanLinesResponse 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)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestSqlPlanLinesResponse 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 IngestSqlPlanLinesResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return IngestSqlPlanLinesResponse Modifier and Type Method Description IngestSqlPlanLinesResponse
IngestSqlPlanLinesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestSqlPlanLinesResponse Modifier and Type Method Description IngestSqlPlanLinesResponse.Builder
IngestSqlPlanLinesResponse.Builder. copy(IngestSqlPlanLinesResponse o)
Copy method to populate the builder with values from the given instance.
-