Uses of Class
software.amazon.awssdk.services.ssm.model.ComplianceSeverity
-
Packages that use ComplianceSeverity Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ComplianceSeverity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceSeverity Modifier and Type Method Description static ComplianceSeverityComplianceSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ComplianceSeverityResourceComplianceSummaryItem. overallSeverity()The highest severity item found for the resource.ComplianceSeverityComplianceItem. severity()The severity of the compliance status.ComplianceSeverityComplianceItemEntry. severity()The severity of the compliance status.static ComplianceSeverityComplianceSeverity. 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.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ComplianceSeverity Modifier and Type Method Description static Set<ComplianceSeverity>ComplianceSeverity. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceSeverity Modifier and Type Method Description ResourceComplianceSummaryItem.BuilderResourceComplianceSummaryItem.Builder. overallSeverity(ComplianceSeverity overallSeverity)The highest severity item found for the resource.ComplianceItem.BuilderComplianceItem.Builder. severity(ComplianceSeverity severity)The severity of the compliance status.ComplianceItemEntry.BuilderComplianceItemEntry.Builder. severity(ComplianceSeverity severity)The severity of the compliance status.
-