Uses of Class
com.oracle.bmc.opsi.responses.CreateHostInsightResponse
-
Packages that use CreateHostInsightResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of CreateHostInsightResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return CreateHostInsightResponse Modifier and Type Method Description CreateHostInsightResponse
OperationsInsights. createHostInsight(CreateHostInsightRequest request)
Create a Host Insight resource for a host in Ops Insights.CreateHostInsightResponse
OperationsInsightsClient. createHostInsight(CreateHostInsightRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type CreateHostInsightResponse 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)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateHostInsightResponse 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 CreateHostInsightResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return CreateHostInsightResponse Modifier and Type Method Description CreateHostInsightResponse
CreateHostInsightResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type CreateHostInsightResponse Modifier and Type Method Description CreateHostInsightResponse.Builder
CreateHostInsightResponse.Builder. copy(CreateHostInsightResponse o)
Copy method to populate the builder with values from the given instance.
-