Uses of Class
com.oracle.bmc.opsi.requests.IngestMySqlSqlTextRequest
- 
Packages that use IngestMySqlSqlTextRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests 
- 
- 
Uses of IngestMySqlSqlTextRequest in com.oracle.bmc.opsiMethods in com.oracle.bmc.opsi with parameters of type IngestMySqlSqlTextRequest Modifier and Type Method Description IngestMySqlSqlTextResponseOperationsInsights. ingestMySqlSqlText(IngestMySqlSqlTextRequest request)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestMySqlSqlTextResponse>OperationsInsightsAsync. ingestMySqlSqlText(IngestMySqlSqlTextRequest request, AsyncHandler<IngestMySqlSqlTextRequest,IngestMySqlSqlTextResponse> handler)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestMySqlSqlTextResponse>OperationsInsightsAsyncClient. ingestMySqlSqlText(IngestMySqlSqlTextRequest request, AsyncHandler<IngestMySqlSqlTextRequest,IngestMySqlSqlTextResponse> handler)IngestMySqlSqlTextResponseOperationsInsightsClient. ingestMySqlSqlText(IngestMySqlSqlTextRequest request)Method parameters in com.oracle.bmc.opsi with type arguments of type IngestMySqlSqlTextRequest Modifier and Type Method Description Future<IngestMySqlSqlTextResponse>OperationsInsightsAsync. ingestMySqlSqlText(IngestMySqlSqlTextRequest request, AsyncHandler<IngestMySqlSqlTextRequest,IngestMySqlSqlTextResponse> handler)The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestMySqlSqlTextResponse>OperationsInsightsAsyncClient. ingestMySqlSqlText(IngestMySqlSqlTextRequest request, AsyncHandler<IngestMySqlSqlTextRequest,IngestMySqlSqlTextResponse> handler)
- 
Uses of IngestMySqlSqlTextRequest in com.oracle.bmc.opsi.requestsMethods in com.oracle.bmc.opsi.requests that return IngestMySqlSqlTextRequest Modifier and Type Method Description IngestMySqlSqlTextRequestIngestMySqlSqlTextRequest.Builder. build()Build the instance of IngestMySqlSqlTextRequest as configured by this builderIngestMySqlSqlTextRequestIngestMySqlSqlTextRequest.Builder. buildWithoutInvocationCallback()Build the instance of IngestMySqlSqlTextRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type IngestMySqlSqlTextRequest Modifier and Type Method Description IngestMySqlSqlTextRequest.BuilderIngestMySqlSqlTextRequest.Builder. copy(IngestMySqlSqlTextRequest o)Copy method to populate the builder with values from the given instance.
 
-