| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
List<DetailedGlossaryTerm> |
SubscribedAssetListing.glossaryTerms()
The glossary terms attached to the published asset for which the subscription grant is created.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
AssetListing.Builder |
AssetListing.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListingItem.Builder |
AssetListingItem.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
Glossary terms attached to the inventory asset.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
AssetListing.Builder |
AssetListing.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListingItem.Builder |
AssetListingItem.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
Glossary terms attached to the inventory asset.
|
Copyright © 2023. All rights reserved.