Uses of Class
software.amazon.awssdk.services.datazone.model.SearchInventoryResultItem
-
Packages that use SearchInventoryResultItem Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of SearchInventoryResultItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchInventoryResultItem Modifier and Type Method Description static SearchInventoryResultItemSearchInventoryResultItem. fromAssetItem(Consumer<AssetItem.Builder> assetItem)Create an instance of this class withassetItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromAssetItem(AssetItem assetItem)Create an instance of this class withassetItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromDataProductItem(Consumer<DataProductSummary.Builder> dataProductItem)Create an instance of this class withdataProductItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromDataProductItem(DataProductSummary dataProductItem)Create an instance of this class withdataProductItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromGlossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)Create an instance of this class withglossaryItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromGlossaryItem(GlossaryItem glossaryItem)Create an instance of this class withglossaryItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromGlossaryTermItem(Consumer<GlossaryTermItem.Builder> glossaryTermItem)Create an instance of this class withglossaryTermItem()initialized to the given value.static SearchInventoryResultItemSearchInventoryResultItem. fromGlossaryTermItem(GlossaryTermItem glossaryTermItem)Create an instance of this class withglossaryTermItem()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SearchInventoryResultItem Modifier and Type Method Description List<SearchInventoryResultItem>SearchResponse. items()The results of theSearchaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SearchInventoryResultItem Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. items(SearchInventoryResultItem... items)The results of theSearchaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SearchInventoryResultItem Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. items(Collection<SearchInventoryResultItem> items)The results of theSearchaction. -
Uses of SearchInventoryResultItem in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type SearchInventoryResultItem Modifier and Type Method Description SdkIterable<SearchInventoryResultItem>SearchIterable. items()Returns an iterable to iterate through the paginatedSearchResponse.items()member.SdkPublisher<SearchInventoryResultItem>SearchPublisher. items()Returns a publisher that can be used to get a stream of data.
-