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