| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetListingItem |
AssetListingItem.clone() |
AssetListingItem |
SearchResultItem.getAssetListing()
The asset listing included in the results of the
SearchListings action. |
AssetListingItem |
AssetListingItem.withAdditionalAttributes(AssetListingItemAdditionalAttributes additionalAttributes)
The additional attributes of an asset published in an Amazon DataZone catalog.
|
AssetListingItem |
AssetListingItem.withCreatedAt(Date createdAt)
The timestamp of when an asset published in an Amazon DataZone catalog was created.
|
AssetListingItem |
AssetListingItem.withDescription(String description)
The description of an asset published in an Amazon DataZone catalog.
|
AssetListingItem |
AssetListingItem.withEntityId(String entityId)
The identifier of the inventory asset.
|
AssetListingItem |
AssetListingItem.withEntityRevision(String entityRevision)
The revision of the inventory asset.
|
AssetListingItem |
AssetListingItem.withEntityType(String entityType)
The type of the inventory asset.
|
AssetListingItem |
AssetListingItem.withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
Glossary terms attached to the inventory asset.
|
AssetListingItem |
AssetListingItem.withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
Glossary terms attached to the inventory asset.
|
AssetListingItem |
AssetListingItem.withListingCreatedBy(String listingCreatedBy)
The Amazon DataZone user who created the listing.
|
AssetListingItem |
AssetListingItem.withListingId(String listingId)
The identifier of the listing (asset published in Amazon DataZone catalog).
|
AssetListingItem |
AssetListingItem.withListingRevision(String listingRevision)
The revision of the listing (asset published in Amazon DataZone catalog).
|
AssetListingItem |
AssetListingItem.withListingUpdatedBy(String listingUpdatedBy)
The Amazon DataZone user who updated the listing.
|
AssetListingItem |
AssetListingItem.withName(String name)
The name of the inventory asset.
|
AssetListingItem |
AssetListingItem.withOwningProjectId(String owningProjectId)
The identifier of the project that owns the inventory asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultItem.setAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the
SearchListings action. |
SearchResultItem |
SearchResultItem.withAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the
SearchListings action. |
Copyright © 2023. All rights reserved.