Uses of Class
software.amazon.awssdk.services.outposts.model.CatalogItem
Packages that use CatalogItem
Package
Description
-
Uses of CatalogItem in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CatalogItemModifier and TypeMethodDescriptionfinal CatalogItemGetCatalogItemResponse.catalogItem()Information about this catalog item.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CatalogItemModifier and TypeMethodDescriptionfinal List<CatalogItem>ListCatalogItemsResponse.catalogItems()Information about the catalog items.Methods in software.amazon.awssdk.services.outposts.model with parameters of type CatalogItemModifier and TypeMethodDescriptionGetCatalogItemResponse.Builder.catalogItem(CatalogItem catalogItem) Information about this catalog item.ListCatalogItemsResponse.Builder.catalogItems(CatalogItem... catalogItems) Information about the catalog items.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CatalogItemModifier and TypeMethodDescriptionListCatalogItemsResponse.Builder.catalogItems(Collection<CatalogItem> catalogItems) Information about the catalog items. -
Uses of CatalogItem in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type CatalogItemModifier and TypeMethodDescriptionfinal SdkIterable<CatalogItem>ListCatalogItemsIterable.catalogItems()Returns an iterable to iterate through the paginatedListCatalogItemsResponse.catalogItems()member.final SdkPublisher<CatalogItem>ListCatalogItemsPublisher.catalogItems()Returns a publisher that can be used to get a stream of data.