Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SeverityLevel> |
DescribeSeverityLevelsResult.severityLevels
The available severity levels for the support case.
|
Modifier and Type | Method and Description |
---|---|
SeverityLevel |
SeverityLevel.clone() |
SeverityLevel |
SeverityLevel.withCode(java.lang.String code)
One of four values: "low," "medium," "high," and "urgent".
|
SeverityLevel |
SeverityLevel.withName(java.lang.String name)
The name of the severity level that corresponds to the severity level
code.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SeverityLevel> |
DescribeSeverityLevelsResult.getSeverityLevels()
The available severity levels for the support case.
|
Modifier and Type | Method and Description |
---|---|
DescribeSeverityLevelsResult |
DescribeSeverityLevelsResult.withSeverityLevels(SeverityLevel... severityLevels)
The available severity levels for the support case.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSeverityLevelsResult.setSeverityLevels(java.util.Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.
|
DescribeSeverityLevelsResult |
DescribeSeverityLevelsResult.withSeverityLevels(java.util.Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.
|
Modifier and Type | Method and Description |
---|---|
SeverityLevel |
SeverityLevelJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SeverityLevelJsonMarshaller.marshall(SeverityLevel severityLevel,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|