Uses of Class
software.amazon.awssdk.services.iot.model.AuditFindingSeverity
-
Packages that use AuditFindingSeverity Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditFindingSeverity in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditFindingSeverity Modifier and Type Method Description static AuditFindingSeverityAuditFindingSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuditFindingSeverityAuditFinding. severity()The severity of the result (finding).static AuditFindingSeverityAuditFindingSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditFindingSeverity[]AuditFindingSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditFindingSeverity Modifier and Type Method Description static Set<AuditFindingSeverity>AuditFindingSeverity. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditFindingSeverity Modifier and Type Method Description AuditFinding.BuilderAuditFinding.Builder. severity(AuditFindingSeverity severity)The severity of the result (finding).
-