Uses of Class
com.oracle.bmc.opsi.requests.ListHostInsightsRequest
-
Packages that use ListHostInsightsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListHostInsightsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListHostInsightsRequest Modifier and Type Method Description ListHostInsightsResponseOperationsInsights. listHostInsights(ListHostInsightsRequest request)Gets a list of host insights based on the query parameters specified.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)ListHostInsightsResponseOperationsInsightsClient. listHostInsights(ListHostInsightsRequest request)Iterable<HostInsightSummary>OperationsInsightsPaginators. listHostInsightsRecordIterator(ListHostInsightsRequest request)Creates a new iterable which will iterate over theHostInsightSummaryobjects contained in responses from the listHostInsights operation.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 ListHostInsightsRequest 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 ListHostInsightsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListHostInsightsRequest Modifier and Type Method Description ListHostInsightsRequestListHostInsightsRequest.Builder. build()Build the instance of ListHostInsightsRequest as configured by this builderListHostInsightsRequestListHostInsightsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListHostInsightsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListHostInsightsRequest Modifier and Type Method Description ListHostInsightsRequest.BuilderListHostInsightsRequest.Builder. copy(ListHostInsightsRequest o)Copy method to populate the builder with values from the given instance.
-