Uses of Class
org.jclouds.sqs.domain.Action
-
Packages that use Action Package Description org.jclouds.sqs.domain org.jclouds.sqs.features -
-
Uses of Action in org.jclouds.sqs.domain
Methods in org.jclouds.sqs.domain that return Action Modifier and Type Method Description static Action
Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Action in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features with parameters of type Action Modifier and Type Method Description void
PermissionApi. addPermissionToAccount(String label, Action permission, String accountId)
The AddPermission action adds a permission to a queue for a specific principal.
-