Uses of Class
software.amazon.awssdk.services.datazone.model.GlossaryTermItem
-
Packages that use GlossaryTermItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlossaryTermItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlossaryTermItem Modifier and Type Method Description GlossaryTermItemSearchInventoryResultItem. glossaryTermItem()The glossary term item included in the search results.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlossaryTermItem Modifier and Type Method Description static SearchInventoryResultItemSearchInventoryResultItem. fromGlossaryTermItem(GlossaryTermItem glossaryTermItem)Create an instance of this class withSearchInventoryResultItem.glossaryTermItem()initialized to the given value.SearchInventoryResultItem.BuilderSearchInventoryResultItem.Builder. glossaryTermItem(GlossaryTermItem glossaryTermItem)The glossary term item included in the search results.
-