Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListWindowsUpdatesRequest
-
Packages that use ListWindowsUpdatesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListWindowsUpdatesRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListWindowsUpdatesRequest Modifier and Type Method Description ListWindowsUpdatesResponseManagedInstance. listWindowsUpdates(ListWindowsUpdatesRequest request)Lists Windows updates that have been reported to the service.Future<ListWindowsUpdatesResponse>ManagedInstanceAsync. listWindowsUpdates(ListWindowsUpdatesRequest request, AsyncHandler<ListWindowsUpdatesRequest,ListWindowsUpdatesResponse> handler)Lists Windows updates that have been reported to the service.Future<ListWindowsUpdatesResponse>ManagedInstanceAsyncClient. listWindowsUpdates(ListWindowsUpdatesRequest request, AsyncHandler<ListWindowsUpdatesRequest,ListWindowsUpdatesResponse> handler)ListWindowsUpdatesResponseManagedInstanceClient. listWindowsUpdates(ListWindowsUpdatesRequest request)Iterable<WindowsUpdateSummary>ManagedInstancePaginators. listWindowsUpdatesRecordIterator(ListWindowsUpdatesRequest request)Creates a new iterable which will iterate over theWindowsUpdateSummaryobjects contained in responses from the listWindowsUpdates operation.Iterable<ListWindowsUpdatesResponse>ManagedInstancePaginators. listWindowsUpdatesResponseIterator(ListWindowsUpdatesRequest request)Creates a new iterable which will iterate over the responses received from the listWindowsUpdates operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListWindowsUpdatesRequest Modifier and Type Method Description Future<ListWindowsUpdatesResponse>ManagedInstanceAsync. listWindowsUpdates(ListWindowsUpdatesRequest request, AsyncHandler<ListWindowsUpdatesRequest,ListWindowsUpdatesResponse> handler)Lists Windows updates that have been reported to the service.Future<ListWindowsUpdatesResponse>ManagedInstanceAsyncClient. listWindowsUpdates(ListWindowsUpdatesRequest request, AsyncHandler<ListWindowsUpdatesRequest,ListWindowsUpdatesResponse> handler) -
Uses of ListWindowsUpdatesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListWindowsUpdatesRequest Modifier and Type Method Description ListWindowsUpdatesRequestListWindowsUpdatesRequest.Builder. build()Build the instance of ListWindowsUpdatesRequest as configured by this builderListWindowsUpdatesRequestListWindowsUpdatesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWindowsUpdatesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListWindowsUpdatesRequest Modifier and Type Method Description ListWindowsUpdatesRequest.BuilderListWindowsUpdatesRequest.Builder. copy(ListWindowsUpdatesRequest o)Copy method to populate the builder with values from the given instance.
-