Uses of Class
software.amazon.awssdk.services.datazone.model.AcceptedAssetScope
-
Packages that use AcceptedAssetScope Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AcceptedAssetScope in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AcceptedAssetScope Modifier and Type Method Description List<AcceptedAssetScope>AcceptSubscriptionRequestRequest. assetScopes()The asset scopes of the accept subscription request.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AcceptedAssetScope Modifier and Type Method Description AcceptSubscriptionRequestRequest.BuilderAcceptSubscriptionRequestRequest.Builder. assetScopes(AcceptedAssetScope... assetScopes)The asset scopes of the accept subscription request.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AcceptedAssetScope Modifier and Type Method Description AcceptSubscriptionRequestRequest.BuilderAcceptSubscriptionRequestRequest.Builder. assetScopes(Collection<AcceptedAssetScope> assetScopes)The asset scopes of the accept subscription request.
-