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.opsi
Methods in com.oracle.bmc.opsi with parameters of type IngestMySqlSqlTextRequest Modifier and Type Method Description IngestMySqlSqlTextResponse
OperationsInsights. 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)
IngestMySqlSqlTextResponse
OperationsInsightsClient. 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.requests
Methods in com.oracle.bmc.opsi.requests that return IngestMySqlSqlTextRequest Modifier and Type Method Description IngestMySqlSqlTextRequest
IngestMySqlSqlTextRequest.Builder. build()
Build the instance of IngestMySqlSqlTextRequest as configured by this builderIngestMySqlSqlTextRequest
IngestMySqlSqlTextRequest.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.Builder
IngestMySqlSqlTextRequest.Builder. copy(IngestMySqlSqlTextRequest o)
Copy method to populate the builder with values from the given instance.
-