Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListManagedInstanceModulesResponse
-
Packages that use ListManagedInstanceModulesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListManagedInstanceModulesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListManagedInstanceModulesResponse Modifier and Type Method Description ListManagedInstanceModulesResponse
ManagedInstance. listManagedInstanceModules(ListManagedInstanceModulesRequest request)
Retrieves a list of modules, along with streams of the modules, from a managed instance.ListManagedInstanceModulesResponse
ManagedInstanceClient. listManagedInstanceModules(ListManagedInstanceModulesRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListManagedInstanceModulesResponse 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)
Iterable<ListManagedInstanceModulesResponse>
ManagedInstancePaginators. listManagedInstanceModulesResponseIterator(ListManagedInstanceModulesRequest request)
Creates a new iterable which will iterate over the responses received from the listManagedInstanceModules operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagedInstanceModulesResponse 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 ListManagedInstanceModulesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListManagedInstanceModulesResponse Modifier and Type Method Description ListManagedInstanceModulesResponse
ListManagedInstanceModulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListManagedInstanceModulesResponse Modifier and Type Method Description ListManagedInstanceModulesResponse.Builder
ListManagedInstanceModulesResponse.Builder. copy(ListManagedInstanceModulesResponse o)
Copy method to populate the builder with values from the given instance.
-