| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
LibraryItemMember |
LibraryItemMember.clone() |
LibraryItemMember |
LibraryItemMember.withAppId(String appId)
The unique identifier of the Q App associated with the library item.
|
LibraryItemMember |
LibraryItemMember.withAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
|
LibraryItemMember |
LibraryItemMember.withCategories(Category... categories)
The categories associated with the library item.
|
LibraryItemMember |
LibraryItemMember.withCategories(Collection<Category> categories)
The categories associated with the library item.
|
LibraryItemMember |
LibraryItemMember.withCreatedAt(Date createdAt)
The date and time the library item was created.
|
LibraryItemMember |
LibraryItemMember.withCreatedBy(String createdBy)
The user who created the library item.
|
LibraryItemMember |
LibraryItemMember.withIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
|
LibraryItemMember |
LibraryItemMember.withLibraryItemId(String libraryItemId)
The unique identifier of the library item.
|
LibraryItemMember |
LibraryItemMember.withRatingCount(Integer ratingCount)
The number of ratings the library item has received.
|
LibraryItemMember |
LibraryItemMember.withStatus(String status)
The status of the library item.
|
LibraryItemMember |
LibraryItemMember.withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
LibraryItemMember |
LibraryItemMember.withUpdatedBy(String updatedBy)
The user who last updated the library item.
|
LibraryItemMember |
LibraryItemMember.withUserCount(Integer userCount)
The number of users who have the associated Q App.
|
| Modifier and Type | Method and Description |
|---|---|
List<LibraryItemMember> |
ListLibraryItemsResult.getLibraryItems()
The list of library items meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListLibraryItemsResult |
ListLibraryItemsResult.withLibraryItems(LibraryItemMember... libraryItems)
The list of library items meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLibraryItemsResult.setLibraryItems(Collection<LibraryItemMember> libraryItems)
The list of library items meeting the request criteria.
|
ListLibraryItemsResult |
ListLibraryItemsResult.withLibraryItems(Collection<LibraryItemMember> libraryItems)
The list of library items meeting the request criteria.
|
Copyright © 2025. All rights reserved.