Uses of Class
software.amazon.awssdk.services.datazone.model.UserPolicyGrantPrincipal
-
Packages that use UserPolicyGrantPrincipal Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of UserPolicyGrantPrincipal in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UserPolicyGrantPrincipal Modifier and Type Method Description static UserPolicyGrantPrincipalUserPolicyGrantPrincipal. fromAllUsersGrantFilter(Consumer<AllUsersGrantFilter.Builder> allUsersGrantFilter)Create an instance of this class withallUsersGrantFilter()initialized to the given value.static UserPolicyGrantPrincipalUserPolicyGrantPrincipal. fromAllUsersGrantFilter(AllUsersGrantFilter allUsersGrantFilter)Create an instance of this class withallUsersGrantFilter()initialized to the given value.static UserPolicyGrantPrincipalUserPolicyGrantPrincipal. fromUserIdentifier(String userIdentifier)Create an instance of this class withuserIdentifier()initialized to the given value.UserPolicyGrantPrincipalPolicyGrantPrincipal. user()The user of the policy grant principal.Methods in software.amazon.awssdk.services.datazone.model with parameters of type UserPolicyGrantPrincipal Modifier and Type Method Description static PolicyGrantPrincipalPolicyGrantPrincipal. fromUser(UserPolicyGrantPrincipal user)Create an instance of this class withPolicyGrantPrincipal.user()initialized to the given value.PolicyGrantPrincipal.BuilderPolicyGrantPrincipal.Builder. user(UserPolicyGrantPrincipal user)The user of the policy grant principal.
-