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