Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
Iterable<SoftwarePackageSummary> |
SoftwareSourcePaginators.listAllSoftwarePackagesRecordIterator(ListAllSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the
SoftwarePackageSummary objects contained in responses
from the listAllSoftwarePackages operation. |
Iterable<SoftwarePackageSummary> |
SoftwareSourcePaginators.listSoftwarePackagesRecordIterator(ListSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the
SoftwarePackageSummary objects contained in responses
from the listSoftwarePackages operation. |
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSummary |
SoftwarePackageSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SoftwarePackageSummary> |
SoftwarePackageCollection.getItems()
List of software packages.
|
List<SoftwarePackageSummary> |
Erratum.getPackages()
List of packages affected by this erratum.
|
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSummary.Builder |
SoftwarePackageSummary.Builder.copy(SoftwarePackageSummary model) |
Modifier and Type | Method and 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 and Description |
---|
Erratum(String name,
String synopsis,
Date timeIssued,
String description,
Date timeUpdated,
ClassificationTypes classificationType,
AdvisoryTypes advisoryType,
String from,
String solution,
String references,
List<String> relatedCves,
List<String> repositories,
List<SoftwarePackageSummary> packages,
List<OsFamily> osFamilies,
AdvisorySeverity advisorySeverity)
Deprecated.
|
SoftwarePackageCollection(List<SoftwarePackageSummary> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.