| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ComplianceSeverity |
ComplianceSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ComplianceSeverity |
ResourceComplianceSummaryItem.overallSeverity()
The highest severity item found for the resource.
|
ComplianceSeverity |
ComplianceItem.severity()
The severity of the compliance status.
|
ComplianceSeverity |
ComplianceItemEntry.severity()
The severity of the compliance status.
|
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 |
|---|---|
static Set<ComplianceSeverity> |
ComplianceSeverity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceComplianceSummaryItem.Builder |
ResourceComplianceSummaryItem.Builder.overallSeverity(ComplianceSeverity overallSeverity)
The highest severity item found for the resource.
|
ComplianceItem.Builder |
ComplianceItem.Builder.severity(ComplianceSeverity severity)
The severity of the compliance status.
|
ComplianceItemEntry.Builder |
ComplianceItemEntry.Builder.severity(ComplianceSeverity severity)
The severity of the compliance status.
|
Copyright © 2019. All rights reserved.