Uses of Class
software.amazon.awssdk.services.datazone.model.SubscribedAsset
-
Packages that use SubscribedAsset Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedAsset in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscribedAsset Modifier and Type Method Description List<SubscribedAsset>CreateSubscriptionGrantResponse. assets()The assets for which the subscription grant is created.List<SubscribedAsset>DeleteSubscriptionGrantResponse. assets()The assets for which the subsctiption grant that is deleted gave access.List<SubscribedAsset>GetSubscriptionGrantResponse. assets()The assets for which the subscription grant is created.List<SubscribedAsset>SubscriptionGrantSummary. assets()The assets included in the subscription grant.List<SubscribedAsset>UpdateSubscriptionGrantStatusResponse. assets()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscribedAsset Modifier and Type Method Description CreateSubscriptionGrantResponse.BuilderCreateSubscriptionGrantResponse.Builder. assets(SubscribedAsset... assets)The assets for which the subscription grant is created.DeleteSubscriptionGrantResponse.BuilderDeleteSubscriptionGrantResponse.Builder. assets(SubscribedAsset... assets)The assets for which the subsctiption grant that is deleted gave access.GetSubscriptionGrantResponse.BuilderGetSubscriptionGrantResponse.Builder. assets(SubscribedAsset... assets)The assets for which the subscription grant is created.SubscriptionGrantSummary.BuilderSubscriptionGrantSummary.Builder. assets(SubscribedAsset... assets)The assets included in the subscription grant.UpdateSubscriptionGrantStatusResponse.BuilderUpdateSubscriptionGrantStatusResponse.Builder. assets(SubscribedAsset... assets)Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SubscribedAsset Modifier and Type Method Description CreateSubscriptionGrantResponse.BuilderCreateSubscriptionGrantResponse.Builder. assets(Collection<SubscribedAsset> assets)The assets for which the subscription grant is created.DeleteSubscriptionGrantResponse.BuilderDeleteSubscriptionGrantResponse.Builder. assets(Collection<SubscribedAsset> assets)The assets for which the subsctiption grant that is deleted gave access.GetSubscriptionGrantResponse.BuilderGetSubscriptionGrantResponse.Builder. assets(Collection<SubscribedAsset> assets)The assets for which the subscription grant is created.SubscriptionGrantSummary.BuilderSubscriptionGrantSummary.Builder. assets(Collection<SubscribedAsset> assets)The assets included in the subscription grant.UpdateSubscriptionGrantStatusResponse.BuilderUpdateSubscriptionGrantStatusResponse.Builder. assets(Collection<SubscribedAsset> assets)
-