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.opsi
Methods in com.oracle.bmc.opsi that return IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponse
OperationsInsights. ingestSqlText(IngestSqlTextRequest request)
The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.IngestSqlTextResponse
OperationsInsightsClient. 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.responses
Methods in com.oracle.bmc.opsi.responses that return IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponse
IngestSqlTextResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestSqlTextResponse Modifier and Type Method Description IngestSqlTextResponse.Builder
IngestSqlTextResponse.Builder. copy(IngestSqlTextResponse o)
Copy method to populate the builder with values from the given instance.
-