Uses of Class
software.amazon.awssdk.core.auth.policy.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Principal in software.amazon.awssdk.core.auth.policy
Fields in software.amazon.awssdk.core.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. ALL_SERVICESPrincipal instance that includes all AWS web services.static PrincipalPrincipal. ALL_USERSPrincipal instance that includes all users, including anonymous users.static PrincipalPrincipal. ALL_WEB_PROVIDERSPrincipal instance that includes all the web identity providers.Methods in software.amazon.awssdk.core.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 software.amazon.awssdk.core.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 software.amazon.awssdk.core.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.
-