Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListManagedInstanceModulesRequest
-
Packages that use ListManagedInstanceModulesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListManagedInstanceModulesRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagedInstanceModulesRequest Modifier and Type Method Description Future<ListManagedInstanceModulesResponse>ManagedInstanceAsync. listManagedInstanceModules(ListManagedInstanceModulesRequest request, AsyncHandler<ListManagedInstanceModulesRequest,ListManagedInstanceModulesResponse> handler)Retrieves a list of modules, along with streams of the modules, from a managed instance.Future<ListManagedInstanceModulesResponse>ManagedInstanceAsyncClient. listManagedInstanceModules(ListManagedInstanceModulesRequest request, AsyncHandler<ListManagedInstanceModulesRequest,ListManagedInstanceModulesResponse> handler) -
Uses of ListManagedInstanceModulesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListManagedInstanceModulesRequest Modifier and Type Method Description ListManagedInstanceModulesRequestListManagedInstanceModulesRequest.Builder. build()Build the instance of ListManagedInstanceModulesRequest as configured by this builderListManagedInstanceModulesRequestListManagedInstanceModulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListManagedInstanceModulesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListManagedInstanceModulesRequest Modifier and Type Method Description ListManagedInstanceModulesRequest.BuilderListManagedInstanceModulesRequest.Builder. copy(ListManagedInstanceModulesRequest o)Copy method to populate the builder with values from the given instance.
-