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