Uses of Enum
software.amazon.awssdk.services.ssm.model.ComplianceSeverity
Packages that use ComplianceSeverity
-
Uses of ComplianceSeverity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceSeverityModifier and TypeMethodDescriptionstatic ComplianceSeverityUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ComplianceSeverityResourceComplianceSummaryItem.overallSeverity()The highest severity item found for the resource.final ComplianceSeverityComplianceItem.severity()The severity of the compliance status.final ComplianceSeverityComplianceItemEntry.severity()The severity of the compliance status.static ComplianceSeverityReturns 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 ComplianceSeverityModifier and TypeMethodDescriptionstatic Set<ComplianceSeverity>ComplianceSeverity.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceSeverityModifier and TypeMethodDescriptionResourceComplianceSummaryItem.Builder.overallSeverity(ComplianceSeverity overallSeverity) The highest severity item found for the resource.ComplianceItem.Builder.severity(ComplianceSeverity severity) The severity of the compliance status.ComplianceItemEntry.Builder.severity(ComplianceSeverity severity) The severity of the compliance status.