Uses of Class
software.amazon.awssdk.core.auth.policy.Action
-
Packages that use Action Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Action in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return types with arguments of type Action Modifier and Type Method Description List<Action>Statement. getActions()Returns the list of actions to which this policy statement applies.Methods in software.amazon.awssdk.core.auth.policy with parameters of type Action Modifier and Type Method Description StatementStatement. withActions(Action... actions)Sets the list of actions to which this policy statement applies 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 Action Modifier and Type Method Description voidStatement. setActions(Collection<Action> actions)Sets the list of actions to which this policy statement applies.
-