Uses of Class
software.amazon.awssdk.services.qapps.model.Category
-
Packages that use Category Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of Category in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type Category Modifier and Type Method Description List<Category>GetLibraryItemResponse. categories()The categories associated with the library item for discovery.List<Category>LibraryItemMember. categories()The categories associated with the library item.List<Category>UpdateLibraryItemResponse. categories()The categories associated with the updated library item.Methods in software.amazon.awssdk.services.qapps.model with parameters of type Category Modifier and Type Method Description GetLibraryItemResponse.BuilderGetLibraryItemResponse.Builder. categories(Category... categories)The categories associated with the library item for discovery.LibraryItemMember.BuilderLibraryItemMember.Builder. categories(Category... categories)The categories associated with the library item.UpdateLibraryItemResponse.BuilderUpdateLibraryItemResponse.Builder. categories(Category... categories)The categories associated with the updated library item.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type Category Modifier and Type Method Description GetLibraryItemResponse.BuilderGetLibraryItemResponse.Builder. categories(Collection<Category> categories)The categories associated with the library item for discovery.LibraryItemMember.BuilderLibraryItemMember.Builder. categories(Collection<Category> categories)The categories associated with the library item.UpdateLibraryItemResponse.BuilderUpdateLibraryItemResponse.Builder. categories(Collection<Category> categories)The categories associated with the updated library item.
-