Uses of Class
com.amazonaws.auth.policy.Policy
Packages that use Policy
Package
Description
Classes for creating custom AWS access control policies.
-
Uses of Policy in com.amazonaws.auth.policy
Methods in com.amazonaws.auth.policy that return PolicyModifier and TypeMethodDescriptionstatic Policy
Returns an AWS access control policy object generated from JSON string.Sets the policy ID for this policy and returns the updated policy so that multiple calls can be chained together.Policy.withStatements
(Statement... statements) Sets the collection of statements contained by this policy and returns this policy object so that additional method calls can be chained together.