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 SeverityLevel
SeverityLevel. clone()
SeverityLevel
SeverityLevel. withCode(String code)
One of four values: "low," "medium," "high," and "urgent".SeverityLevel
SeverityLevel. 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 DescribeSeverityLevelsResult
DescribeSeverityLevelsResult. 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 void
DescribeSeverityLevelsResult. setSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.DescribeSeverityLevelsResult
DescribeSeverityLevelsResult. withSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.
-