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