Uses of Class
org.jclouds.sqs.domain.Action

Packages that use Action
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
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
 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-2012 jclouds. All Rights Reserved.