Uses of Class
com.oracle.bmc.opsi.requests.IngestHostMetricsRequest
-
Packages that use IngestHostMetricsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of IngestHostMetricsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type IngestHostMetricsRequest Modifier and Type Method Description IngestHostMetricsResponse
OperationsInsights. ingestHostMetrics(IngestHostMetricsRequest request)
This is a generic ingest endpoint for all the host performance metricsFuture<IngestHostMetricsResponse>
OperationsInsightsAsync. ingestHostMetrics(IngestHostMetricsRequest request, AsyncHandler<IngestHostMetricsRequest,IngestHostMetricsResponse> handler)
This is a generic ingest endpoint for all the host performance metricsFuture<IngestHostMetricsResponse>
OperationsInsightsAsyncClient. ingestHostMetrics(IngestHostMetricsRequest request, AsyncHandler<IngestHostMetricsRequest,IngestHostMetricsResponse> handler)
IngestHostMetricsResponse
OperationsInsightsClient. ingestHostMetrics(IngestHostMetricsRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type IngestHostMetricsRequest Modifier and Type Method Description Future<IngestHostMetricsResponse>
OperationsInsightsAsync. ingestHostMetrics(IngestHostMetricsRequest request, AsyncHandler<IngestHostMetricsRequest,IngestHostMetricsResponse> handler)
This is a generic ingest endpoint for all the host performance metricsFuture<IngestHostMetricsResponse>
OperationsInsightsAsyncClient. ingestHostMetrics(IngestHostMetricsRequest request, AsyncHandler<IngestHostMetricsRequest,IngestHostMetricsResponse> handler)
-
Uses of IngestHostMetricsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return IngestHostMetricsRequest Modifier and Type Method Description IngestHostMetricsRequest
IngestHostMetricsRequest.Builder. build()
Build the instance of IngestHostMetricsRequest as configured by this builderIngestHostMetricsRequest
IngestHostMetricsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IngestHostMetricsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type IngestHostMetricsRequest Modifier and Type Method Description IngestHostMetricsRequest.Builder
IngestHostMetricsRequest.Builder. copy(IngestHostMetricsRequest o)
Copy method to populate the builder with values from the given instance.
-