| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement | |
| com.oracle.bmc.osmanagement.model | |
| com.oracle.bmc.osmanagement.responses |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SoftwarePackageSummary> |
OsManagementPaginators.listSoftwareSourcePackagesRecordIterator(ListSoftwareSourcePackagesRequest request)
Creates a new iterable which will iterate over the
SoftwarePackageSummary objects
contained in responses from the listSoftwareSourcePackages operation. |
| Modifier and Type | Method and Description |
|---|---|
SoftwarePackageSummary |
SoftwarePackageSummary.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<SoftwarePackageSummary> |
Erratum.getPackages()
list of Packages affected by this erratum
|
| Modifier and Type | Method and Description |
|---|---|
SoftwarePackageSummary.Builder |
SoftwarePackageSummary.Builder.copy(SoftwarePackageSummary o) |
| Modifier and Type | Method and Description |
|---|---|
Erratum.Builder |
Erratum.Builder.packages(List<SoftwarePackageSummary> packages) |
| Constructor and Description |
|---|
Erratum(String name,
String id,
String compartmentId,
String synopsis,
String issued,
String description,
String updated,
UpdateTypes advisoryType,
String from,
String solution,
String references,
List<Id> affectedInstances,
List<String> relatedCves,
List<Id> softwareSources,
List<SoftwarePackageSummary> packages)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SoftwarePackageSummary> |
ListSoftwareSourcePackagesResponse.getItems()
A list of SoftwarePackageSummary instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListSoftwareSourcePackagesResponse.Builder |
ListSoftwareSourcePackagesResponse.Builder.items(List<SoftwarePackageSummary> items) |
Copyright © 2016–2021. All rights reserved.