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