Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
Category |
Category.clone() |
Category |
Category.withCode(String code)
The category code for the support case.
|
Category |
Category.withName(String name)
The category name for the support case.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Category> categories)
A list of categories that describe the type of support issue a case
describes.
|
Service |
Service.withCategories(Collection<Category> categories)
A list of categories that describe the type of support issue a case
describes.
|
Copyright © 2018. All rights reserved.