| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ComplianceSeverity |
ComplianceSeverity.fromValue(String value)
Use this in place of valueOf.
|
static ComplianceSeverity |
ComplianceSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceSeverity[] |
ComplianceSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceComplianceSummaryItem |
ResourceComplianceSummaryItem.withOverallSeverity(ComplianceSeverity overallSeverity)
The highest severity item found for the resource.
|
ComplianceItemEntry |
ComplianceItemEntry.withSeverity(ComplianceSeverity severity)
The severity of the compliance status.
|
ComplianceItem |
ComplianceItem.withSeverity(ComplianceSeverity severity)
The severity of the compliance status.
|
Copyright © 2019. All rights reserved.