Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListManagedInstanceErrataResponse
-
Packages that use ListManagedInstanceErrataResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListManagedInstanceErrataResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListManagedInstanceErrataResponse Modifier and Type Method Description ListManagedInstanceErrataResponseManagedInstance. listManagedInstanceErrata(ListManagedInstanceErrataRequest request)Returns a list of applicable errata on the managed instance.ListManagedInstanceErrataResponseManagedInstanceClient. listManagedInstanceErrata(ListManagedInstanceErrataRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListManagedInstanceErrataResponse Modifier and Type Method Description Future<ListManagedInstanceErrataResponse>ManagedInstanceAsync. listManagedInstanceErrata(ListManagedInstanceErrataRequest request, AsyncHandler<ListManagedInstanceErrataRequest,ListManagedInstanceErrataResponse> handler)Returns a list of applicable errata on the managed instance.Future<ListManagedInstanceErrataResponse>ManagedInstanceAsyncClient. listManagedInstanceErrata(ListManagedInstanceErrataRequest request, AsyncHandler<ListManagedInstanceErrataRequest,ListManagedInstanceErrataResponse> handler)Iterable<ListManagedInstanceErrataResponse>ManagedInstancePaginators. listManagedInstanceErrataResponseIterator(ListManagedInstanceErrataRequest request)Creates a new iterable which will iterate over the responses received from the listManagedInstanceErrata operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagedInstanceErrataResponse Modifier and Type Method Description Future<ListManagedInstanceErrataResponse>ManagedInstanceAsync. listManagedInstanceErrata(ListManagedInstanceErrataRequest request, AsyncHandler<ListManagedInstanceErrataRequest,ListManagedInstanceErrataResponse> handler)Returns a list of applicable errata on the managed instance.Future<ListManagedInstanceErrataResponse>ManagedInstanceAsyncClient. listManagedInstanceErrata(ListManagedInstanceErrataRequest request, AsyncHandler<ListManagedInstanceErrataRequest,ListManagedInstanceErrataResponse> handler) -
Uses of ListManagedInstanceErrataResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListManagedInstanceErrataResponse Modifier and Type Method Description ListManagedInstanceErrataResponseListManagedInstanceErrataResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListManagedInstanceErrataResponse Modifier and Type Method Description ListManagedInstanceErrataResponse.BuilderListManagedInstanceErrataResponse.Builder. copy(ListManagedInstanceErrataResponse o)Copy method to populate the builder with values from the given instance.
-