Uses of Class
com.amazonaws.services.support.model.SeverityLevel
-
Packages that use SeverityLevel Package Description com.amazonaws.services.support.model -
-
Uses of SeverityLevel in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return SeverityLevel Modifier and Type Method Description SeverityLevelSeverityLevel. clone()SeverityLevelSeverityLevel. withCode(String code)One of four values: "low," "medium," "high," and "urgent".SeverityLevelSeverityLevel. withName(String name)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 SeverityLevel Modifier and Type Method Description List<SeverityLevel>DescribeSeverityLevelsResult. getSeverityLevels()The available severity levels for the support case.Methods in com.amazonaws.services.support.model with parameters of type SeverityLevel Modifier and Type Method Description DescribeSeverityLevelsResultDescribeSeverityLevelsResult. withSeverityLevels(SeverityLevel... severityLevels)The available severity levels for the support case.Method parameters in com.amazonaws.services.support.model with type arguments of type SeverityLevel Modifier and Type Method Description voidDescribeSeverityLevelsResult. setSeverityLevels(Collection<SeverityLevel> severityLevels)The available severity levels for the support case.DescribeSeverityLevelsResultDescribeSeverityLevelsResult. withSeverityLevels(Collection<SeverityLevel> severityLevels)The available severity levels for the support case.
-