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