| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.clone() |
AwsSsmComplianceSummary |
AwsSsmPatch.getComplianceSummary()
The compliance status details for the patch.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withComplianceType(String complianceType)
The type of resource for which the compliance was determined.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantCriticalCount(Integer compliantCriticalCount)
For the patches that are compliant, the number that have a severity of
CRITICAL. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantHighCount(Integer compliantHighCount)
For the patches that are compliant, the number that have a severity of
HIGH. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantInformationalCount(Integer compliantInformationalCount)
For the patches that are compliant, the number that have a severity of
INFORMATIONAL. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantLowCount(Integer compliantLowCount)
For the patches that are compliant, the number that have a severity of
LOW. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantMediumCount(Integer compliantMediumCount)
For the patches that are compliant, the number that have a severity of
MEDIUM. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withCompliantUnspecifiedCount(Integer compliantUnspecifiedCount)
For the patches that are compliant, the number that have a severity of
UNSPECIFIED. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withExecutionType(String executionType)
The type of execution that was used determine compliance.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantCriticalCount(Integer nonCompliantCriticalCount)
For the patch items that are noncompliant, the number of items that have a severity of
CRITICAL. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantHighCount(Integer nonCompliantHighCount)
For the patches that are noncompliant, the number that have a severity of
HIGH. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantInformationalCount(Integer nonCompliantInformationalCount)
For the patches that are noncompliant, the number that have a severity of
INFORMATIONAL. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantLowCount(Integer nonCompliantLowCount)
For the patches that are noncompliant, the number that have a severity of
LOW. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantMediumCount(Integer nonCompliantMediumCount)
For the patches that are noncompliant, the number that have a severity of
MEDIUM. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withNonCompliantUnspecifiedCount(Integer nonCompliantUnspecifiedCount)
For the patches that are noncompliant, the number that have a severity of
UNSPECIFIED. |
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withOverallSeverity(String overallSeverity)
The highest severity for the patches.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withPatchBaselineId(String patchBaselineId)
The identifier of the patch baseline.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withPatchGroup(String patchGroup)
The identifier of the patch group for which compliance was determined.
|
AwsSsmComplianceSummary |
AwsSsmComplianceSummary.withStatus(String status)
The current patch compliance status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSsmPatch.setComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
|
AwsSsmPatch |
AwsSsmPatch.withComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
|
Copyright © 2024. All rights reserved.