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