Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwarePackageSummary
-
Packages that use SoftwarePackageSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwarePackageSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SoftwarePackageSummary Modifier and Type Method Description Iterable<SoftwarePackageSummary>
SoftwareSourcePaginators. listAllSoftwarePackagesRecordIterator(ListAllSoftwarePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSummary
objects contained in responses from the listAllSoftwarePackages operation.Iterable<SoftwarePackageSummary>
SoftwareSourcePaginators. listAvailableSoftwarePackagesRecordIterator(ListAvailableSoftwarePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSummary
objects contained in responses from the listAvailableSoftwarePackages operation.Iterable<SoftwarePackageSummary>
SoftwareSourcePaginators. listSoftwarePackagesRecordIterator(ListSoftwarePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSummary
objects contained in responses from the listSoftwarePackages operation. -
Uses of SoftwarePackageSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwarePackageSummary Modifier and Type Method Description SoftwarePackageSummary
SoftwarePackageSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SoftwarePackageSummary Modifier and Type Method Description List<SoftwarePackageSummary>
SoftwarePackageCollection. getItems()
List of software packages.List<SoftwarePackageSummary>
Erratum. getPackages()
List of packages affected by this erratum.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwarePackageSummary Modifier and Type Method Description SoftwarePackageSummary.Builder
SoftwarePackageSummary.Builder. copy(SoftwarePackageSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwarePackageSummary Modifier and Type Method Description SoftwarePackageCollection.Builder
SoftwarePackageCollection.Builder. items(List<SoftwarePackageSummary> items)
List of software packages.Erratum.Builder
Erratum.Builder. packages(List<SoftwarePackageSummary> packages)
List of packages affected by this erratum.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwarePackageSummary Constructor Description SoftwarePackageCollection(List<SoftwarePackageSummary> items)
Deprecated.
-