Uses of Class
com.oracle.bmc.osmanagementhub.requests.SearchSoftwareSourceModulesRequest
- 
Packages that use SearchSoftwareSourceModulesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests 
- 
- 
Uses of SearchSoftwareSourceModulesRequest in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub with parameters of type SearchSoftwareSourceModulesRequest Modifier and Type Method Description SearchSoftwareSourceModulesResponseSoftwareSource. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)Lists modules from a list of software sources.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)SearchSoftwareSourceModulesResponseSoftwareSourceClient. searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourceModulesRequest 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 SearchSoftwareSourceModulesRequest in com.oracle.bmc.osmanagementhub.requestsMethods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourceModulesRequest Modifier and Type Method Description SearchSoftwareSourceModulesRequestSearchSoftwareSourceModulesRequest.Builder. build()Build the instance of SearchSoftwareSourceModulesRequest as configured by this builderSearchSoftwareSourceModulesRequestSearchSoftwareSourceModulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of SearchSoftwareSourceModulesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type SearchSoftwareSourceModulesRequest Modifier and Type Method Description SearchSoftwareSourceModulesRequest.BuilderSearchSoftwareSourceModulesRequest.Builder. copy(SearchSoftwareSourceModulesRequest o)Copy method to populate the builder with values from the given instance.
 
-