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.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type SearchSoftwareSourceModulesRequest Modifier and Type Method Description SearchSoftwareSourceModulesResponse
SoftwareSource. 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)
SearchSoftwareSourceModulesResponse
SoftwareSourceClient. 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.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourceModulesRequest Modifier and Type Method Description SearchSoftwareSourceModulesRequest
SearchSoftwareSourceModulesRequest.Builder. build()
Build the instance of SearchSoftwareSourceModulesRequest as configured by this builderSearchSoftwareSourceModulesRequest
SearchSoftwareSourceModulesRequest.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.Builder
SearchSoftwareSourceModulesRequest.Builder. copy(SearchSoftwareSourceModulesRequest o)
Copy method to populate the builder with values from the given instance.
-