| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PatchSummary |
PatchSummary.clone() |
PatchSummary |
AwsSecurityFinding.getPatchSummary()
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
PatchSummary |
PatchSummary.withFailedCount(Integer failedCount)
The number of patches from the compliance standard that failed to install.
|
PatchSummary |
PatchSummary.withId(String id)
The identifier of the compliance standard that was used to determine the patch compliance status.
|
PatchSummary |
PatchSummary.withInstalledCount(Integer installedCount)
The number of patches from the compliance standard that were installed successfully.
|
PatchSummary |
PatchSummary.withInstalledOtherCount(Integer installedOtherCount)
The number of installed patches that are not part of the compliance standard.
|
PatchSummary |
PatchSummary.withInstalledPendingReboot(Integer installedPendingReboot)
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as
installed.
|
PatchSummary |
PatchSummary.withInstalledRejectedCount(Integer installedRejectedCount)
The number of patches that are installed but are also on a list of patches that the customer rejected.
|
PatchSummary |
PatchSummary.withMissingCount(Integer missingCount)
The number of patches that are part of the compliance standard but are not installed.
|
PatchSummary |
PatchSummary.withOperation(String operation)
The type of patch operation performed.
|
PatchSummary |
PatchSummary.withOperationEndTime(String operationEndTime)
Indicates when the operation completed.
|
PatchSummary |
PatchSummary.withOperationStartTime(String operationStartTime)
Indicates when the operation started.
|
PatchSummary |
PatchSummary.withRebootOption(String rebootOption)
The reboot option specified for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setPatchSummary(PatchSummary patchSummary)
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
AwsSecurityFinding |
AwsSecurityFinding.withPatchSummary(PatchSummary patchSummary)
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
Copyright © 2021. All rights reserved.