Package | Description |
---|---|
com.oracle.bmc.opsi | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
IngestSqlTextResponse |
OperationsInsightsClient.ingestSqlText(IngestSqlTextRequest request) |
IngestSqlTextResponse |
OperationsInsights.ingestSqlText(IngestSqlTextRequest request)
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<IngestSqlTextResponse> |
OperationsInsightsAsyncClient.ingestSqlText(IngestSqlTextRequest request,
AsyncHandler<IngestSqlTextRequest,IngestSqlTextResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
IngestSqlTextRequest |
IngestSqlTextRequest.Builder.build()
Build the instance of IngestSqlTextRequest as configured by this builder
|
IngestSqlTextRequest |
IngestSqlTextRequest.Builder.buildWithoutInvocationCallback()
Build the instance of IngestSqlTextRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
IngestSqlTextRequest.Builder |
IngestSqlTextRequest.Builder.copy(IngestSqlTextRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.