| Package | Description | 
|---|---|
| org.jclouds.sqs.domain | |
| org.jclouds.sqs.features | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> | 
PermissionAsyncApi.addPermissionToAccount(String label,
                      Action permission,
                      String accountId)  | 
void | 
PermissionApi.addPermissionToAccount(String label,
                      Action permission,
                      String accountId)
The AddPermission action adds a permission to a queue for a specific
 principal. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.