Uses of Class
com.oracle.bmc.osmanagement.model.SoftwarePackageSummary
-
Packages that use SoftwarePackageSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of SoftwarePackageSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type SoftwarePackageSummary Modifier and Type Method Description Iterable<SoftwarePackageSummary>
OsManagementPaginators. listSoftwareSourcePackagesRecordIterator(ListSoftwareSourcePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSummary
objects contained in responses from the listSoftwareSourcePackages operation. -
Uses of SoftwarePackageSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwarePackageSummary Modifier and Type Method Description SoftwarePackageSummary
SoftwarePackageSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type SoftwarePackageSummary Modifier and Type Method Description List<SoftwarePackageSummary>
Erratum. getPackages()
list of Packages affected by this erratumMethods in com.oracle.bmc.osmanagement.model with parameters of type SoftwarePackageSummary Modifier and Type Method Description SoftwarePackageSummary.Builder
SoftwarePackageSummary.Builder. copy(SoftwarePackageSummary model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type SoftwarePackageSummary Modifier and Type Method Description Erratum.Builder
Erratum.Builder. packages(List<SoftwarePackageSummary> packages)
list of Packages affected by this erratum -
Uses of SoftwarePackageSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type SoftwarePackageSummary Modifier and Type Method Description List<SoftwarePackageSummary>
ListSoftwareSourcePackagesResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.SoftwarePackageSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type SoftwarePackageSummary Modifier and Type Method Description ListSoftwareSourcePackagesResponse.Builder
ListSoftwareSourcePackagesResponse.Builder. items(List<SoftwarePackageSummary> items)
A list of com.oracle.bmc.osmanagement.model.SoftwarePackageSummary instances.
-