Uses of Package
com.amazonaws.auth.policy
-
Packages that use com.amazonaws.auth.policy Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies.com.amazonaws.auth.policy.actions Collection of actions for AWS access control policies.com.amazonaws.auth.policy.conditions Collection of AWS access control policy conditions.com.amazonaws.auth.policy.resources Collection of resources for AWS access control policies. -
Classes in com.amazonaws.auth.policy used by com.amazonaws.auth.policy Class Description Action An access control policy action identifies a specific action in a service that can be performed on a resource.Condition AWS access control policy conditions are contained inStatement
objects, and affect when a statement is applied.Policy An AWS access control policy is a object that acts as a container for one or more statements, which specify fine grained rules for allowing or denying various types of actions from being performed on your AWS resources.Principal A principal is an AWS account or AWS web serivce, which is being allowed or denied access to a resource through an access control policy.Principal.Services The services who have the right to do the assume the role action.Principal.WebIdentityProviders Web identity providers, such as Login with Amazon, Facebook, or Google.Resource Represents a resource involved in an AWS access control policy statement.Statement A statement is the formal description of a single permission, and is always contained within a policy object.Statement.Effect The effect is the result that you want a policy statement to return at evaluation time.STSActions Deprecated.in favor ofSecurityTokenServiceActions
-
Classes in com.amazonaws.auth.policy used by com.amazonaws.auth.policy.actions Class Description Action An access control policy action identifies a specific action in a service that can be performed on a resource. -
Classes in com.amazonaws.auth.policy used by com.amazonaws.auth.policy.conditions Class Description Condition AWS access control policy conditions are contained inStatement
objects, and affect when a statement is applied. -
Classes in com.amazonaws.auth.policy used by com.amazonaws.auth.policy.resources Class Description Resource Represents a resource involved in an AWS access control policy statement.