Uses of Class
com.oracle.bmc.opsi.requests.CreateHostInsightRequest
-
Packages that use CreateHostInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of CreateHostInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type CreateHostInsightRequest Modifier and Type Method Description CreateHostInsightResponse
OperationsInsights. createHostInsight(CreateHostInsightRequest request)
Create a Host Insight resource for a host in Ops Insights.Future<CreateHostInsightResponse>
OperationsInsightsAsync. createHostInsight(CreateHostInsightRequest request, AsyncHandler<CreateHostInsightRequest,CreateHostInsightResponse> handler)
Create a Host Insight resource for a host in Ops Insights.Future<CreateHostInsightResponse>
OperationsInsightsAsyncClient. createHostInsight(CreateHostInsightRequest request, AsyncHandler<CreateHostInsightRequest,CreateHostInsightResponse> handler)
CreateHostInsightResponse
OperationsInsightsClient. createHostInsight(CreateHostInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateHostInsightRequest Modifier and Type Method Description Future<CreateHostInsightResponse>
OperationsInsightsAsync. createHostInsight(CreateHostInsightRequest request, AsyncHandler<CreateHostInsightRequest,CreateHostInsightResponse> handler)
Create a Host Insight resource for a host in Ops Insights.Future<CreateHostInsightResponse>
OperationsInsightsAsyncClient. createHostInsight(CreateHostInsightRequest request, AsyncHandler<CreateHostInsightRequest,CreateHostInsightResponse> handler)
-
Uses of CreateHostInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateHostInsightRequest Modifier and Type Method Description CreateHostInsightRequest
CreateHostInsightRequest.Builder. build()
Build the instance of CreateHostInsightRequest as configured by this builderCreateHostInsightRequest
CreateHostInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateHostInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type CreateHostInsightRequest Modifier and Type Method Description CreateHostInsightRequest.Builder
CreateHostInsightRequest.Builder. copy(CreateHostInsightRequest o)
Copy method to populate the builder with values from the given instance.
-