Uses of Class
software.amazon.awssdk.services.datazone.model.AssetScope
-
Packages that use AssetScope Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AssetScope in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AssetScope Modifier and Type Method Description AssetScopeSubscribedAsset. assetScope()The asset scope of the subscribed asset.AssetScopeSubscribedAssetListing. assetScope()The asset scope of the subscribed asset listing.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetScope Modifier and Type Method Description SubscribedAsset.BuilderSubscribedAsset.Builder. assetScope(AssetScope assetScope)The asset scope of the subscribed asset.SubscribedAssetListing.BuilderSubscribedAssetListing.Builder. assetScope(AssetScope assetScope)The asset scope of the subscribed asset listing.
-