Uses of Class
com.amazonaws.auth.policy.Principal
-
Packages that use Principal Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies. -
-
Uses of Principal in com.amazonaws.auth.policy
Fields in com.amazonaws.auth.policy declared as Principal Modifier and Type Field Description static PrincipalPrincipal. AllPrincipal instance that includes all the AWS accounts, AWS web services and web identity providers.static PrincipalPrincipal. AllServicesPrincipal instance that includes all AWS web services.static PrincipalPrincipal. AllUsersPrincipal instance that includes all users, including anonymous users.static PrincipalPrincipal. AllWebProvidersPrincipal instance that includes all the web identity providers.Methods in com.amazonaws.auth.policy that return types with arguments of type Principal Modifier and Type Method Description List<Principal>Statement. getPrincipals()Returns the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.Methods in com.amazonaws.auth.policy with parameters of type Principal Modifier and Type Method Description voidStatement. setPrincipals(Principal... principals)Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.StatementStatement. withPrincipals(Principal... principals)Sets the principals associated with this policy statement, and returns this updated Statement object.Method parameters in com.amazonaws.auth.policy with type arguments of type Principal Modifier and Type Method Description voidStatement. setPrincipals(Collection<Principal> principals)Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
-