Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListErrataRequest
-
Packages that use ListErrataRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListErrataRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListErrataRequest Modifier and Type Method Description ListErrataResponse
SoftwareSource. listErrata(ListErrataRequest request)
Lists all of the currently available errata.Future<ListErrataResponse>
SoftwareSourceAsync. listErrata(ListErrataRequest request, AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
Lists all of the currently available errata.Future<ListErrataResponse>
SoftwareSourceAsyncClient. listErrata(ListErrataRequest request, AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
ListErrataResponse
SoftwareSourceClient. listErrata(ListErrataRequest request)
Iterable<ErratumSummary>
SoftwareSourcePaginators. listErrataRecordIterator(ListErrataRequest request)
Creates a new iterable which will iterate over theErratumSummary
objects contained in responses from the listErrata operation.Iterable<ListErrataResponse>
SoftwareSourcePaginators. listErrataResponseIterator(ListErrataRequest request)
Creates a new iterable which will iterate over the responses received from the listErrata operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListErrataRequest Modifier and Type Method Description Future<ListErrataResponse>
SoftwareSourceAsync. listErrata(ListErrataRequest request, AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
Lists all of the currently available errata.Future<ListErrataResponse>
SoftwareSourceAsyncClient. listErrata(ListErrataRequest request, AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
-
Uses of ListErrataRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListErrataRequest Modifier and Type Method Description ListErrataRequest
ListErrataRequest.Builder. build()
Build the instance of ListErrataRequest as configured by this builderListErrataRequest
ListErrataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListErrataRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListErrataRequest Modifier and Type Method Description ListErrataRequest.Builder
ListErrataRequest.Builder. copy(ListErrataRequest o)
Copy method to populate the builder with values from the given instance.
-