| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchSummary.Builder |
PatchSummary.builder() |
PatchSummary.Builder |
PatchSummary.Builder.failedCount(Integer failedCount)
The number of patches from the compliance standard that failed to install.
|
PatchSummary.Builder |
PatchSummary.Builder.id(String id)
The identifier of the compliance standard that was used to determine the patch compliance status.
|
PatchSummary.Builder |
PatchSummary.Builder.installedCount(Integer installedCount)
The number of patches from the compliance standard that were installed successfully.
|
PatchSummary.Builder |
PatchSummary.Builder.installedOtherCount(Integer installedOtherCount)
The number of installed patches that are not part of the compliance standard.
|
PatchSummary.Builder |
PatchSummary.Builder.installedPendingReboot(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.Builder |
PatchSummary.Builder.installedRejectedCount(Integer installedRejectedCount)
The number of patches that are installed but are also on a list of patches that the customer rejected.
|
PatchSummary.Builder |
PatchSummary.Builder.missingCount(Integer missingCount)
The number of patches that are part of the compliance standard but are not installed.
|
PatchSummary.Builder |
PatchSummary.Builder.operation(String operation)
The type of patch operation performed.
|
PatchSummary.Builder |
PatchSummary.Builder.operationEndTime(String operationEndTime)
Indicates when the operation completed.
|
PatchSummary.Builder |
PatchSummary.Builder.operationStartTime(String operationStartTime)
Indicates when the operation started.
|
PatchSummary.Builder |
PatchSummary.Builder.rebootOption(String rebootOption)
The reboot option specified for the instance.
|
PatchSummary.Builder |
PatchSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchSummary.Builder> |
PatchSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.patchSummary(Consumer<PatchSummary.Builder> patchSummary)
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
Copyright © 2023. All rights reserved.