Uses of Class
software.amazon.awssdk.services.datazone.model.DetailedGlossaryTerm
-
Packages that use DetailedGlossaryTerm Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DetailedGlossaryTerm in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DetailedGlossaryTerm Modifier and Type Method Description List<DetailedGlossaryTerm>AssetListing. glossaryTerms()The glossary terms attached to an asset published in an Amazon DataZone catalog.List<DetailedGlossaryTerm>AssetListingItem. glossaryTerms()Glossary terms attached to the inventory asset.List<DetailedGlossaryTerm>SubscribedAssetListing. glossaryTerms()The glossary terms attached to the published asset for which the subscription grant is created.Methods in software.amazon.awssdk.services.datazone.model with parameters of type DetailedGlossaryTerm Modifier and Type Method Description AssetListing.BuilderAssetListing.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListingItem.BuilderAssetListingItem.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)Glossary terms attached to the inventory asset.SubscribedAssetListing.BuilderSubscribedAssetListing.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms attached to the published asset for which the subscription grant is created.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type DetailedGlossaryTerm Modifier and Type Method Description AssetListing.BuilderAssetListing.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListingItem.BuilderAssetListingItem.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)Glossary terms attached to the inventory asset.SubscribedAssetListing.BuilderSubscribedAssetListing.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms attached to the published asset for which the subscription grant is created.
-