Uses of Class
com.amazonaws.services.support.model.Category
-
Packages that use Category Package Description com.amazonaws.services.support.model -
-
Uses of Category in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return Category Modifier and Type Method 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.Methods in com.amazonaws.services.support.model that return types with arguments of type Category Modifier and Type Method Description List<Category>
Service. getCategories()
A list of categories that describe the type of support issue a case describes.Methods in com.amazonaws.services.support.model with parameters of type Category Modifier and Type Method Description Service
Service. withCategories(Category... categories)
A list of categories that describe the type of support issue a case describes.Method parameters in com.amazonaws.services.support.model with type arguments of type Category Modifier and Type Method 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.
-