| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.clone() |
Category |
Category.withCategoryId(Long categoryId)
The ID of the skill store category.
|
Category |
Category.withCategoryName(String categoryName)
The name of the skill store category.
|
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
ListSkillsStoreCategoriesResult.getCategoryList()
The list of categories.
|
| Modifier and Type | Method and Description |
|---|---|
ListSkillsStoreCategoriesResult |
ListSkillsStoreCategoriesResult.withCategoryList(Category... categoryList)
The list of categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSkillsStoreCategoriesResult.setCategoryList(Collection<Category> categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResult |
ListSkillsStoreCategoriesResult.withCategoryList(Collection<Category> categoryList)
The list of categories.
|
Copyright © 2020. All rights reserved.