Uses of Class
software.amazon.awssdk.services.datazone.model.SubscribedAssetListing
-
Packages that use SubscribedAssetListing Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedAssetListing in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscribedAssetListing Modifier and Type Method Description SubscribedAssetListingSubscribedListingItem. assetListing()The asset for which the subscription grant is created.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscribedAssetListing Modifier and Type Method Description SubscribedListingItem.BuilderSubscribedListingItem.Builder. assetListing(SubscribedAssetListing assetListing)The asset for which the subscription grant is created.static SubscribedListingItemSubscribedListingItem. fromAssetListing(SubscribedAssetListing assetListing)Create an instance of this class withSubscribedListingItem.assetListing()initialized to the given value.
-