Uses of Class
com.oracle.bmc.opsi.responses.ListHostInsightsResponse
-
Packages that use ListHostInsightsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListHostInsightsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListHostInsightsResponse Modifier and Type Method Description ListHostInsightsResponseOperationsInsights. listHostInsights(ListHostInsightsRequest request)Gets a list of host insights based on the query parameters specified.ListHostInsightsResponseOperationsInsightsClient. listHostInsights(ListHostInsightsRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type ListHostInsightsResponse Modifier and Type Method Description Future<ListHostInsightsResponse>OperationsInsightsAsync. listHostInsights(ListHostInsightsRequest request, AsyncHandler<ListHostInsightsRequest,ListHostInsightsResponse> handler)Gets a list of host insights based on the query parameters specified.Future<ListHostInsightsResponse>OperationsInsightsAsyncClient. listHostInsights(ListHostInsightsRequest request, AsyncHandler<ListHostInsightsRequest,ListHostInsightsResponse> handler)Iterable<ListHostInsightsResponse>OperationsInsightsPaginators. listHostInsightsResponseIterator(ListHostInsightsRequest request)Creates a new iterable which will iterate over the responses received from the listHostInsights operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListHostInsightsResponse Modifier and Type Method Description Future<ListHostInsightsResponse>OperationsInsightsAsync. listHostInsights(ListHostInsightsRequest request, AsyncHandler<ListHostInsightsRequest,ListHostInsightsResponse> handler)Gets a list of host insights based on the query parameters specified.Future<ListHostInsightsResponse>OperationsInsightsAsyncClient. listHostInsights(ListHostInsightsRequest request, AsyncHandler<ListHostInsightsRequest,ListHostInsightsResponse> handler) -
Uses of ListHostInsightsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListHostInsightsResponse Modifier and Type Method Description ListHostInsightsResponseListHostInsightsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListHostInsightsResponse Modifier and Type Method Description ListHostInsightsResponse.BuilderListHostInsightsResponse.Builder. copy(ListHostInsightsResponse o)Copy method to populate the builder with values from the given instance.
-