Uses of Class
com.amazonaws.services.support.model.SeverityLevel
Packages that use SeverityLevel
-
Uses of SeverityLevel in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return SeverityLevelModifier and TypeMethodDescriptionSeverityLevel.clone()One of four values: "low," "medium," "high," and "urgent".The name of the severity level that corresponds to the severity level code.Methods in com.amazonaws.services.support.model that return types with arguments of type SeverityLevelModifier and TypeMethodDescriptionDescribeSeverityLevelsResult.getSeverityLevels()The available severity levels for the support case.Methods in com.amazonaws.services.support.model with parameters of type SeverityLevelModifier and TypeMethodDescriptionDescribeSeverityLevelsResult.withSeverityLevels(SeverityLevel... severityLevels) The available severity levels for the support case.Method parameters in com.amazonaws.services.support.model with type arguments of type SeverityLevelModifier and TypeMethodDescriptionvoidDescribeSeverityLevelsResult.setSeverityLevels(Collection<SeverityLevel> severityLevels) The available severity levels for the support case.DescribeSeverityLevelsResult.withSeverityLevels(Collection<SeverityLevel> severityLevels) The available severity levels for the support case.