Uses of Class
software.amazon.awssdk.services.datazone.model.SearchResultItem
-
Packages that use SearchResultItem Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of SearchResultItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchResultItem Modifier and Type Method Description static SearchResultItemSearchResultItem. fromAssetListing(Consumer<AssetListingItem.Builder> assetListing)Create an instance of this class withassetListing()initialized to the given value.static SearchResultItemSearchResultItem. fromAssetListing(AssetListingItem assetListing)Create an instance of this class withassetListing()initialized to the given value.static SearchResultItemSearchResultItem. fromDataProductListing(Consumer<DataProductListingItem.Builder> dataProductListing)Create an instance of this class withdataProductListing()initialized to the given value.static SearchResultItemSearchResultItem. fromDataProductListing(DataProductListingItem dataProductListing)Create an instance of this class withdataProductListing()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SearchResultItem Modifier and Type Method Description List<SearchResultItem>SearchListingsResponse. items()The results of theSearchListingsaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SearchResultItem Modifier and Type Method Description SearchListingsResponse.BuilderSearchListingsResponse.Builder. items(SearchResultItem... items)The results of theSearchListingsaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SearchResultItem Modifier and Type Method Description SearchListingsResponse.BuilderSearchListingsResponse.Builder. items(Collection<SearchResultItem> items)The results of theSearchListingsaction. -
Uses of SearchResultItem in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type SearchResultItem Modifier and Type Method Description SdkIterable<SearchResultItem>SearchListingsIterable. items()Returns an iterable to iterate through the paginatedSearchListingsResponse.items()member.SdkPublisher<SearchResultItem>SearchListingsPublisher. items()Returns a publisher that can be used to get a stream of data.
-