Uses of Class
com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourceModulesDetails
-
Packages that use SearchSoftwareSourceModulesDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of SearchSoftwareSourceModulesDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SearchSoftwareSourceModulesDetails Modifier and Type Method Description SearchSoftwareSourceModulesDetails
SearchSoftwareSourceModulesDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SearchSoftwareSourceModulesDetails Modifier and Type Method Description SearchSoftwareSourceModulesDetails.Builder
SearchSoftwareSourceModulesDetails.Builder. copy(SearchSoftwareSourceModulesDetails model)
-
Uses of SearchSoftwareSourceModulesDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourceModulesDetails Modifier and Type Method Description SearchSoftwareSourceModulesDetails
SearchSoftwareSourceModulesRequest. getBody$()
Alternative accessor for the body parameter.SearchSoftwareSourceModulesDetails
SearchSoftwareSourceModulesRequest. getSearchSoftwareSourceModulesDetails()
Request body that takes a list of software sources and any search filters.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type SearchSoftwareSourceModulesDetails Modifier and Type Method Description SearchSoftwareSourceModulesRequest.Builder
SearchSoftwareSourceModulesRequest.Builder. body$(SearchSoftwareSourceModulesDetails body)
Alternative setter for the body parameter.SearchSoftwareSourceModulesRequest.Builder
SearchSoftwareSourceModulesRequest.Builder. searchSoftwareSourceModulesDetails(SearchSoftwareSourceModulesDetails searchSoftwareSourceModulesDetails)
Request body that takes a list of software sources and any search filters.
-