Uses of Class
com.oracle.bmc.osmanagementhub.responses.SearchSoftwareSourceModulesResponse
-
Packages that use SearchSoftwareSourceModulesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of SearchSoftwareSourceModulesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return SearchSoftwareSourceModulesResponse Modifier and Type Method Description SearchSoftwareSourceModulesResponse
SoftwareSource. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)
Lists modules from a list of software sources.SearchSoftwareSourceModulesResponse
SoftwareSourceClient. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SearchSoftwareSourceModulesResponse Modifier and Type Method Description Future<SearchSoftwareSourceModulesResponse>
SoftwareSourceAsync. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request, AsyncHandler<SearchSoftwareSourceModulesRequest,SearchSoftwareSourceModulesResponse> handler)
Lists modules from a list of software sources.Future<SearchSoftwareSourceModulesResponse>
SoftwareSourceAsyncClient. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request, AsyncHandler<SearchSoftwareSourceModulesRequest,SearchSoftwareSourceModulesResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourceModulesResponse Modifier and Type Method Description Future<SearchSoftwareSourceModulesResponse>
SoftwareSourceAsync. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request, AsyncHandler<SearchSoftwareSourceModulesRequest,SearchSoftwareSourceModulesResponse> handler)
Lists modules from a list of software sources.Future<SearchSoftwareSourceModulesResponse>
SoftwareSourceAsyncClient. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request, AsyncHandler<SearchSoftwareSourceModulesRequest,SearchSoftwareSourceModulesResponse> handler)
-
Uses of SearchSoftwareSourceModulesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SearchSoftwareSourceModulesResponse Modifier and Type Method Description SearchSoftwareSourceModulesResponse
SearchSoftwareSourceModulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SearchSoftwareSourceModulesResponse Modifier and Type Method Description SearchSoftwareSourceModulesResponse.Builder
SearchSoftwareSourceModulesResponse.Builder. copy(SearchSoftwareSourceModulesResponse o)
Copy method to populate the builder with values from the given instance.
-