Uses of Class
software.amazon.awssdk.services.datazone.model.AssetTargetNameMap
-
Packages that use AssetTargetNameMap Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AssetTargetNameMap in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AssetTargetNameMap Modifier and Type Method Description List<AssetTargetNameMap>CreateSubscriptionGrantRequest. assetTargetNames()The names of the assets for which the subscription grant is created.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetTargetNameMap Modifier and Type Method Description CreateSubscriptionGrantRequest.BuilderCreateSubscriptionGrantRequest.Builder. assetTargetNames(AssetTargetNameMap... assetTargetNames)The names of the assets for which the subscription grant is created.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AssetTargetNameMap Modifier and Type Method Description CreateSubscriptionGrantRequest.BuilderCreateSubscriptionGrantRequest.Builder. assetTargetNames(Collection<AssetTargetNameMap> assetTargetNames)The names of the assets for which the subscription grant is created.
-