Uses of Class
software.amazon.awssdk.services.datazone.model.SubscribedProject
-
Packages that use SubscribedProject Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedProject in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscribedProject Modifier and Type Method Description SubscribedProjectSubscribedPrincipal. project()The project that has the subscription grant.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscribedProject Modifier and Type Method Description static SubscribedPrincipalSubscribedPrincipal. fromProject(SubscribedProject project)Create an instance of this class withSubscribedPrincipal.project()initialized to the given value.SubscribedPrincipal.BuilderSubscribedPrincipal.Builder. project(SubscribedProject project)The project that has the subscription grant.
-