Uses of Class
com.oracle.bmc.opsi.requests.IngestAddmReportsRequest
-
Packages that use IngestAddmReportsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of IngestAddmReportsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type IngestAddmReportsRequest Modifier and Type Method Description IngestAddmReportsResponse
OperationsInsights. ingestAddmReports(IngestAddmReportsRequest request)
This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestAddmReportsResponse>
OperationsInsightsAsync. ingestAddmReports(IngestAddmReportsRequest request, AsyncHandler<IngestAddmReportsRequest,IngestAddmReportsResponse> handler)
This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestAddmReportsResponse>
OperationsInsightsAsyncClient. ingestAddmReports(IngestAddmReportsRequest request, AsyncHandler<IngestAddmReportsRequest,IngestAddmReportsResponse> handler)
IngestAddmReportsResponse
OperationsInsightsClient. ingestAddmReports(IngestAddmReportsRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestAddmReportsRequest Modifier and Type Method Description Future<IngestAddmReportsResponse>
OperationsInsightsAsync. ingestAddmReports(IngestAddmReportsRequest request, AsyncHandler<IngestAddmReportsRequest,IngestAddmReportsResponse> handler)
This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Future<IngestAddmReportsResponse>
OperationsInsightsAsyncClient. ingestAddmReports(IngestAddmReportsRequest request, AsyncHandler<IngestAddmReportsRequest,IngestAddmReportsResponse> handler)
-
Uses of IngestAddmReportsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return IngestAddmReportsRequest Modifier and Type Method Description IngestAddmReportsRequest
IngestAddmReportsRequest.Builder. build()
Build the instance of IngestAddmReportsRequest as configured by this builderIngestAddmReportsRequest
IngestAddmReportsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IngestAddmReportsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type IngestAddmReportsRequest Modifier and Type Method Description IngestAddmReportsRequest.Builder
IngestAddmReportsRequest.Builder. copy(IngestAddmReportsRequest o)
Copy method to populate the builder with values from the given instance.
-