Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceRepoSummary
-
Packages that use SoftwareSourceRepoSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceRepoSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SoftwareSourceRepoSummary Modifier and Type Method Description Iterable<SoftwareSourceRepoSummary>SoftwareSourcePaginators. listAvailableSoftwareSourcesToAddRecordIterator(ListAvailableSoftwareSourcesToAddRequest request)Creates a new iterable which will iterate over theSoftwareSourceRepoSummaryobjects contained in responses from the listAvailableSoftwareSourcesToAdd operation. -
Uses of SoftwareSourceRepoSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceRepoSummary Modifier and Type Method Description SoftwareSourceRepoSummarySoftwareSourceRepoSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SoftwareSourceRepoSummary Modifier and Type Method Description List<SoftwareSourceRepoSummary>SoftwareSourceRepoCollection. getItems()List of software sources that are available for specified compartmentMethods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceRepoSummary Modifier and Type Method Description SoftwareSourceRepoSummary.BuilderSoftwareSourceRepoSummary.Builder. copy(SoftwareSourceRepoSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceRepoSummary Modifier and Type Method Description SoftwareSourceRepoCollection.BuilderSoftwareSourceRepoCollection.Builder. items(List<SoftwareSourceRepoSummary> items)List of software sources that are available for specified compartmentConstructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceRepoSummary Constructor Description SoftwareSourceRepoCollection(List<SoftwareSourceRepoSummary> items)Deprecated.
-