Uses of Class
com.oracle.bmc.opsi.responses.UpdateHostInsightResponse
-
Packages that use UpdateHostInsightResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of UpdateHostInsightResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return UpdateHostInsightResponse Modifier and Type Method Description UpdateHostInsightResponse
OperationsInsights. updateHostInsight(UpdateHostInsightRequest request)
Updates configuration of a host insight.UpdateHostInsightResponse
OperationsInsightsClient. updateHostInsight(UpdateHostInsightRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type UpdateHostInsightResponse Modifier and Type Method Description Future<UpdateHostInsightResponse>
OperationsInsightsAsync. updateHostInsight(UpdateHostInsightRequest request, AsyncHandler<UpdateHostInsightRequest,UpdateHostInsightResponse> handler)
Updates configuration of a host insight.Future<UpdateHostInsightResponse>
OperationsInsightsAsyncClient. updateHostInsight(UpdateHostInsightRequest request, AsyncHandler<UpdateHostInsightRequest,UpdateHostInsightResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateHostInsightResponse Modifier and Type Method Description Future<UpdateHostInsightResponse>
OperationsInsightsAsync. updateHostInsight(UpdateHostInsightRequest request, AsyncHandler<UpdateHostInsightRequest,UpdateHostInsightResponse> handler)
Updates configuration of a host insight.Future<UpdateHostInsightResponse>
OperationsInsightsAsyncClient. updateHostInsight(UpdateHostInsightRequest request, AsyncHandler<UpdateHostInsightRequest,UpdateHostInsightResponse> handler)
-
Uses of UpdateHostInsightResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return UpdateHostInsightResponse Modifier and Type Method Description UpdateHostInsightResponse
UpdateHostInsightResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type UpdateHostInsightResponse Modifier and Type Method Description UpdateHostInsightResponse.Builder
UpdateHostInsightResponse.Builder. copy(UpdateHostInsightResponse o)
Copy method to populate the builder with values from the given instance.
-