Uses of Class
software.amazon.awssdk.services.support.model.Category
-
Packages that use Category Package Description software.amazon.awssdk.services.support.model -
-
Uses of Category in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Category Modifier and Type Method Description List<Category>Service. categories()A list of categories that describe the type of support issue a case describes.Methods in software.amazon.awssdk.services.support.model with parameters of type Category Modifier and Type Method Description Service.BuilderService.Builder. categories(Category... categories)A list of categories that describe the type of support issue a case describes.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type Category Modifier and Type Method Description Service.BuilderService.Builder. categories(Collection<Category> categories)A list of categories that describe the type of support issue a case describes.
-