Uses of Class
software.amazon.awssdk.services.datazone.model.SearchTypesResultItem
-
Packages that use SearchTypesResultItem Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of SearchTypesResultItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchTypesResultItem Modifier and Type Method Description static SearchTypesResultItemSearchTypesResultItem. fromAssetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)Create an instance of this class withassetTypeItem()initialized to the given value.static SearchTypesResultItemSearchTypesResultItem. fromAssetTypeItem(AssetTypeItem assetTypeItem)Create an instance of this class withassetTypeItem()initialized to the given value.static SearchTypesResultItemSearchTypesResultItem. fromFormTypeItem(Consumer<FormTypeData.Builder> formTypeItem)Create an instance of this class withformTypeItem()initialized to the given value.static SearchTypesResultItemSearchTypesResultItem. fromFormTypeItem(FormTypeData formTypeItem)Create an instance of this class withformTypeItem()initialized to the given value.static SearchTypesResultItemSearchTypesResultItem. fromLineageNodeTypeItem(Consumer<LineageNodeTypeItem.Builder> lineageNodeTypeItem)Create an instance of this class withlineageNodeTypeItem()initialized to the given value.static SearchTypesResultItemSearchTypesResultItem. fromLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)Create an instance of this class withlineageNodeTypeItem()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SearchTypesResultItem Modifier and Type Method Description List<SearchTypesResultItem>SearchTypesResponse. items()The results of theSearchTypesaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SearchTypesResultItem Modifier and Type Method Description SearchTypesResponse.BuilderSearchTypesResponse.Builder. items(SearchTypesResultItem... items)The results of theSearchTypesaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SearchTypesResultItem Modifier and Type Method Description SearchTypesResponse.BuilderSearchTypesResponse.Builder. items(Collection<SearchTypesResultItem> items)The results of theSearchTypesaction. -
Uses of SearchTypesResultItem in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type SearchTypesResultItem Modifier and Type Method Description SdkIterable<SearchTypesResultItem>SearchTypesIterable. items()Returns an iterable to iterate through the paginatedSearchTypesResponse.items()member.SdkPublisher<SearchTypesResultItem>SearchTypesPublisher. items()Returns a publisher that can be used to get a stream of data.
-