| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchComplianceData |
PatchComplianceData.clone() |
PatchComplianceData |
PatchComplianceData.withClassification(String classification)
The classification of the patch, such as
SecurityUpdates, Updates, and
CriticalUpdates. |
PatchComplianceData |
PatchComplianceData.withCVEIds(String cVEIds)
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
|
PatchComplianceData |
PatchComplianceData.withInstalledTime(Date installedTime)
The date/time the patch was installed on the managed node.
|
PatchComplianceData |
PatchComplianceData.withKBId(String kBId)
The operating system-specific ID of the patch.
|
PatchComplianceData |
PatchComplianceData.withSeverity(String severity)
The severity of the patch such as
Critical, Important, and Moderate. |
PatchComplianceData |
PatchComplianceData.withState(PatchComplianceDataState state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData |
PatchComplianceData.withState(String state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData |
PatchComplianceData.withTitle(String title)
The title of the patch.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchComplianceData> |
DescribeInstancePatchesResult.getPatches()
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.withPatches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePatchesResult.setPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.withPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
Copyright © 2023. All rights reserved.