Uses of Class
com.amazonaws.services.support.model.Category
Packages that use Category
-
Uses of Category in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return CategoryModifier and TypeMethodDescriptionCategory.clone()
The category code for the support case.The category name for the support case.Methods in com.amazonaws.services.support.model that return types with arguments of type CategoryModifier and TypeMethodDescriptionService.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 CategoryModifier and TypeMethodDescriptionService.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 CategoryModifier and TypeMethodDescriptionvoid
Service.setCategories
(Collection<Category> categories) A list of categories that describe the type of support issue a case describes.Service.withCategories
(Collection<Category> categories) A list of categories that describe the type of support issue a case describes.