Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListErrataResponse
-
Packages that use ListErrataResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListErrataResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListErrataResponse Modifier and Type Method Description ListErrataResponseSoftwareSource. listErrata(ListErrataRequest request)Lists all of the currently available errata.ListErrataResponseSoftwareSourceClient. listErrata(ListErrataRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListErrataResponse 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)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 ListErrataResponse 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 ListErrataResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListErrataResponse Modifier and Type Method Description ListErrataResponseListErrataResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListErrataResponse Modifier and Type Method Description ListErrataResponse.BuilderListErrataResponse.Builder. copy(ListErrataResponse o)Copy method to populate the builder with values from the given instance.
-