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