Uses of Class
com.oracle.bmc.opsi.responses.IngestMySqlSqlTextResponse
-
Packages that use IngestMySqlSqlTextResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of IngestMySqlSqlTextResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return IngestMySqlSqlTextResponse 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.IngestMySqlSqlTextResponse
OperationsInsightsClient. ingestMySqlSqlText(IngestMySqlSqlTextRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type IngestMySqlSqlTextResponse 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)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestMySqlSqlTextResponse 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 IngestMySqlSqlTextResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return IngestMySqlSqlTextResponse Modifier and Type Method Description IngestMySqlSqlTextResponse
IngestMySqlSqlTextResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestMySqlSqlTextResponse Modifier and Type Method Description IngestMySqlSqlTextResponse.Builder
IngestMySqlSqlTextResponse.Builder. copy(IngestMySqlSqlTextResponse o)
Copy method to populate the builder with values from the given instance.
-