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