Uses of Class
com.amazonaws.services.support.model.SeverityLevel

Packages that use SeverityLevel
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of SeverityLevel in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return SeverityLevel
 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
 List<SeverityLevel> DescribeSeverityLevelsResult.getSeverityLevels()
          The available severity levels for the support case.
 

Methods in com.amazonaws.services.support.model with parameters of type SeverityLevel
 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
 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.
 



Copyright © 2016. All rights reserved.