| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SeveritySummary |
SeveritySummary.clone() |
SeveritySummary |
CompliantSummary.getSeveritySummary()
A summary of the compliance severity by compliance type.
|
SeveritySummary |
NonCompliantSummary.getSeveritySummary()
A summary of the non-compliance severity by compliance type
|
SeveritySummary |
SeveritySummary.withCriticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of critical.
|
SeveritySummary |
SeveritySummary.withHighCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high.
|
SeveritySummary |
SeveritySummary.withInformationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational.
|
SeveritySummary |
SeveritySummary.withLowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low.
|
SeveritySummary |
SeveritySummary.withMediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium.
|
SeveritySummary |
SeveritySummary.withUnspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompliantSummary.setSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
|
void |
NonCompliantSummary.setSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
|
CompliantSummary |
CompliantSummary.withSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
|
NonCompliantSummary |
NonCompliantSummary.withSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
|
Copyright © 2019. All rights reserved.