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