Uses of Class
software.amazon.awssdk.core.auth.policy.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Resource in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.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 software.amazon.awssdk.core.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 software.amazon.awssdk.core.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.
-