Uses of Class
com.amazonaws.auth.policy.Resource
-
Packages that use Resource Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies.com.amazonaws.auth.policy.resources Collection of resources for AWS access control policies. -
-
Uses of Resource in com.amazonaws.auth.policy
Methods in com.amazonaws.auth.policy that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Statement. getResources()Returns the resources associated with this policy statement.Methods in com.amazonaws.auth.policy with parameters of type Resource Modifier and Type Method Description StatementStatement. withResources(Resource... resources)Sets the resources associated with this policy statement and returns this updated Statement object so that additional method calls can be chained together.Method parameters in com.amazonaws.auth.policy with type arguments of type Resource Modifier and Type Method Description voidStatement. setResources(Collection<Resource> resources)Sets the resources associated with this policy statement. -
Uses of Resource in com.amazonaws.auth.policy.resources
Subclasses of Resource in com.amazonaws.auth.policy.resources Modifier and Type Class Description classS3BucketResourceRepresents a bucket resource involved in an AWS access control policy.classS3ObjectResourceRepresents one or more Amazon S3 objects involved in an AWS access control policy.classSQSQueueResourceAWS access control policy resource that identifies an Amazon SQS queue.
-