Uses of Class
software.amazon.awssdk.services.qapps.model.LibraryItemMember
-
Packages that use LibraryItemMember Package Description software.amazon.awssdk.services.qapps.model software.amazon.awssdk.services.qapps.paginators -
-
Uses of LibraryItemMember in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type LibraryItemMember Modifier and Type Method Description List<LibraryItemMember>ListLibraryItemsResponse. libraryItems()The list of library items meeting the request criteria.Methods in software.amazon.awssdk.services.qapps.model with parameters of type LibraryItemMember Modifier and Type Method Description ListLibraryItemsResponse.BuilderListLibraryItemsResponse.Builder. libraryItems(LibraryItemMember... libraryItems)The list of library items meeting the request criteria.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type LibraryItemMember Modifier and Type Method Description ListLibraryItemsResponse.BuilderListLibraryItemsResponse.Builder. libraryItems(Collection<LibraryItemMember> libraryItems)The list of library items meeting the request criteria. -
Uses of LibraryItemMember in software.amazon.awssdk.services.qapps.paginators
Methods in software.amazon.awssdk.services.qapps.paginators that return types with arguments of type LibraryItemMember Modifier and Type Method Description SdkIterable<LibraryItemMember>ListLibraryItemsIterable. libraryItems()Returns an iterable to iterate through the paginatedListLibraryItemsResponse.libraryItems()member.SdkPublisher<LibraryItemMember>ListLibraryItemsPublisher. libraryItems()Returns a publisher that can be used to get a stream of data.
-