| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.clone() |
Category |
Category.withId(String id)
The unique identifier of the category.
|
Category |
Category.withTitle(String title)
The title or name of the category.
|
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
GetLibraryItemResult.getCategories()
The categories associated with the library item for discovery.
|
List<Category> |
UpdateLibraryItemResult.getCategories()
The categories associated with the updated library item.
|
List<Category> |
LibraryItemMember.getCategories()
The categories associated with the library item.
|
| Modifier and Type | Method and Description |
|---|---|
GetLibraryItemResult |
GetLibraryItemResult.withCategories(Category... categories)
The categories associated with the library item for discovery.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCategories(Category... categories)
The categories associated with the updated library item.
|
LibraryItemMember |
LibraryItemMember.withCategories(Category... categories)
The categories associated with the library item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLibraryItemResult.setCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
|
void |
UpdateLibraryItemResult.setCategories(Collection<Category> categories)
The categories associated with the updated library item.
|
void |
LibraryItemMember.setCategories(Collection<Category> categories)
The categories associated with the library item.
|
GetLibraryItemResult |
GetLibraryItemResult.withCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCategories(Collection<Category> categories)
The categories associated with the updated library item.
|
LibraryItemMember |
LibraryItemMember.withCategories(Collection<Category> categories)
The categories associated with the library item.
|
Copyright © 2025. All rights reserved.