| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
DetailedGlossaryTerm |
DetailedGlossaryTerm.clone() |
DetailedGlossaryTerm |
DetailedGlossaryTerm.withName(String name)
The name of a glossary term attached to the inventory asset.
|
DetailedGlossaryTerm |
DetailedGlossaryTerm.withShortDescription(String shortDescription)
The shoft description of a glossary term attached to the inventory asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetailedGlossaryTerm> |
AssetListingItem.getGlossaryTerms()
Glossary terms attached to the inventory asset.
|
List<DetailedGlossaryTerm> |
AssetListing.getGlossaryTerms()
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
List<DetailedGlossaryTerm> |
SubscribedAssetListing.getGlossaryTerms()
The glossary terms attached to the published asset for which the subscription grant is created.
|
| Modifier and Type | Method and Description |
|---|---|
AssetListingItem |
AssetListingItem.withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
Glossary terms attached to the inventory asset.
|
AssetListing |
AssetListing.withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
SubscribedAssetListing |
SubscribedAssetListing.withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetListingItem.setGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
Glossary terms attached to the inventory asset.
|
void |
AssetListing.setGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
void |
SubscribedAssetListing.setGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
AssetListingItem |
AssetListingItem.withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
Glossary terms attached to the inventory asset.
|
AssetListing |
AssetListing.withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
SubscribedAssetListing |
SubscribedAssetListing.withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
Copyright © 2023. All rights reserved.