Uses of Class
com.oracle.bmc.opsi.requests.UpdateHostInsightRequest
-
Packages that use UpdateHostInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of UpdateHostInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type UpdateHostInsightRequest Modifier and Type Method Description UpdateHostInsightResponse
OperationsInsights. updateHostInsight(UpdateHostInsightRequest request)
Updates configuration of a host insight.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)
UpdateHostInsightResponse
OperationsInsightsClient. updateHostInsight(UpdateHostInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateHostInsightRequest 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 UpdateHostInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateHostInsightRequest Modifier and Type Method Description UpdateHostInsightRequest
UpdateHostInsightRequest.Builder. build()
Build the instance of UpdateHostInsightRequest as configured by this builderUpdateHostInsightRequest
UpdateHostInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateHostInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type UpdateHostInsightRequest Modifier and Type Method Description UpdateHostInsightRequest.Builder
UpdateHostInsightRequest.Builder. copy(UpdateHostInsightRequest o)
Copy method to populate the builder with values from the given instance.
-