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>DataProductListing. glossaryTerms()The glossary terms of the data product listing.List<DetailedGlossaryTerm>DataProductListingItem. glossaryTerms()The glossary terms of the asset of the asset of the data product.List<DetailedGlossaryTerm>ListingSummary. glossaryTerms()The glossary terms of the data product.List<DetailedGlossaryTerm>ListingSummaryItem. glossaryTerms()The glossary terms of the data product listing.List<DetailedGlossaryTerm>SubscribedAssetListing. glossaryTerms()The glossary terms attached to the published asset for which the subscription grant is created.List<DetailedGlossaryTerm>SubscribedProductListing. glossaryTerms()The glossary terms of the data product listing.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.DataProductListing.BuilderDataProductListing.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms of the data product listing.DataProductListingItem.BuilderDataProductListingItem.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms of the asset of the asset of the data product.ListingSummary.BuilderListingSummary.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms of the data product.ListingSummaryItem.BuilderListingSummaryItem.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms of the data product listing.SubscribedAssetListing.BuilderSubscribedAssetListing.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms attached to the published asset for which the subscription grant is created.SubscribedProductListing.BuilderSubscribedProductListing.Builder. glossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms of the data product listing.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.DataProductListing.BuilderDataProductListing.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms of the data product listing.DataProductListingItem.BuilderDataProductListingItem.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms of the asset of the asset of the data product.ListingSummary.BuilderListingSummary.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms of the data product.ListingSummaryItem.BuilderListingSummaryItem.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms of the data product listing.SubscribedAssetListing.BuilderSubscribedAssetListing.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms attached to the published asset for which the subscription grant is created.SubscribedProductListing.BuilderSubscribedProductListing.Builder. glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms of the data product listing.
-