Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.Category
-
Packages that use Category Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Category in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Category Modifier and Type Method Description List<Category>ListSkillsStoreCategoriesResponse. categoryList()The list of categories.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type Category Modifier and Type Method Description ListSkillsStoreCategoriesResponse.BuilderListSkillsStoreCategoriesResponse.Builder. categoryList(Category... categoryList)The list of categories.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type Category Modifier and Type Method Description ListSkillsStoreCategoriesResponse.BuilderListSkillsStoreCategoriesResponse.Builder. categoryList(Collection<Category> categoryList)The list of categories.
-