Uses of Class
com.oracle.bmc.opsi.responses.IngestAddmReportsResponse
-
Packages that use IngestAddmReportsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of IngestAddmReportsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return IngestAddmReportsResponse Modifier and Type Method Description IngestAddmReportsResponse
OperationsInsights. ingestAddmReports(IngestAddmReportsRequest request)
This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.IngestAddmReportsResponse
OperationsInsightsClient. ingestAddmReports(IngestAddmReportsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type IngestAddmReportsResponse 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)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestAddmReportsResponse 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 IngestAddmReportsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return IngestAddmReportsResponse Modifier and Type Method Description IngestAddmReportsResponse
IngestAddmReportsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type IngestAddmReportsResponse Modifier and Type Method Description IngestAddmReportsResponse.Builder
IngestAddmReportsResponse.Builder. copy(IngestAddmReportsResponse o)
Copy method to populate the builder with values from the given instance.
-