Uses of Class
com.oracle.bmc.opsi.responses.IngestSqlTextResponse
- 
Packages that use IngestSqlTextResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses 
- 
- 
Uses of IngestSqlTextResponse in com.oracle.bmc.opsiMethods in com.oracle.bmc.opsi that return IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponseOperationsInsights. ingestSqlText(IngestSqlTextRequest request)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.IngestSqlTextResponseOperationsInsightsClient. ingestSqlText(IngestSqlTextRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type IngestSqlTextResponse Modifier and Type Method Description Future<IngestSqlTextResponse>OperationsInsightsAsync. ingestSqlText(IngestSqlTextRequest request, AsyncHandler<IngestSqlTextRequest,IngestSqlTextResponse> handler)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestSqlTextResponse>OperationsInsightsAsyncClient. ingestSqlText(IngestSqlTextRequest request, AsyncHandler<IngestSqlTextRequest,IngestSqlTextResponse> handler)Method parameters in com.oracle.bmc.opsi with type arguments of type IngestSqlTextResponse Modifier and Type Method Description Future<IngestSqlTextResponse>OperationsInsightsAsync. ingestSqlText(IngestSqlTextRequest request, AsyncHandler<IngestSqlTextRequest,IngestSqlTextResponse> handler)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestSqlTextResponse>OperationsInsightsAsyncClient. ingestSqlText(IngestSqlTextRequest request, AsyncHandler<IngestSqlTextRequest,IngestSqlTextResponse> handler)
- 
Uses of IngestSqlTextResponse in com.oracle.bmc.opsi.responsesMethods in com.oracle.bmc.opsi.responses that return IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponseIngestSqlTextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponse.BuilderIngestSqlTextResponse.Builder. copy(IngestSqlTextResponse o)Copy method to populate the builder with values from the given instance.
 
-