Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Category> |
Service.categories
A list of categories that describe the type of support issue a case
describes.
|
Modifier and Type | Method and Description |
---|---|
Category |
Category.clone() |
Category |
Category.withCode(java.lang.String code)
The category code for the support case.
|
Category |
Category.withName(java.lang.String name)
The category name for the support case.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
Service.getCategories()
A list of categories that describe the type of support issue a case
describes.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.withCategories(Category... categories)
A list of categories that describe the type of support issue a case
describes.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setCategories(java.util.Collection<Category> categories)
A list of categories that describe the type of support issue a case
describes.
|
Service |
Service.withCategories(java.util.Collection<Category> categories)
A list of categories that describe the type of support issue a case
describes.
|
Modifier and Type | Method and Description |
---|---|
Category |
CategoryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CategoryJsonMarshaller.marshall(Category category,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|