|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<SQSActions>
com.amazonaws.auth.policy.actions.SQSActions
public enum SQSActions
The available AWS access control policy actions for Amazon Simple Queue Service.
Statement.setActions(java.util.Collection)| Enum Constant Summary | |
|---|---|
AddPermission
Action for the AddPermission operation on Amazon SQS. |
|
AllSqsActions
Represents any action being taken on Amazon SQS. |
|
ChangeMessageVisibility
Action for the ChangeMessageVisibility operation on Amazon SQS. |
|
ChangeMessageVisibilityBatch
Action for the ChangeMessageVisibilityBatch operation on Amazon SQS. |
|
CreateQueue
Action for the CreateQueue operation on Amazon SQS. |
|
DeleteMessage
Action for the DeleteMessage operation on Amazon SQS. |
|
DeleteMessageBatch
Action for the DeleteMessageBatch operation on Amazon SQS. |
|
DeleteQueue
Action for the DeleteQueue operation on Amazon SQS. |
|
GetQueueAttributes
Action for the GetQueueAttributes operation on Amazon SQS. |
|
GetQueueUrl
Action for the GetQueueUrl operation on Amazon SQS. |
|
ListQueues
Action for the ListQueues operation on Amazon SQS. |
|
ReceiveMessage
Action for the ReveiveMessage operation on Amazon SQS. |
|
RemovePermission
Action for the RemovePermission operation on Amazon SQS. |
|
SendMessage
Action for the SendMessage operation on Amazon SQS. |
|
SendMessageBatch
Action for the SendMessageBatch operation on Amazon SQS. |
|
SetQueueAttributes
Action for the SetQueueAttributes operation on Amazon SQS. |
|
| Method Summary | |
|---|---|
String |
getActionName()
Returns the name of this action. |
static SQSActions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SQSActions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SQSActions AllSqsActions
public static final SQSActions AddPermission
AmazonSQS.addPermission(com.amazonaws.services.sqs.model.AddPermissionRequest)public static final SQSActions ChangeMessageVisibility
AmazonSQS.changeMessageVisibility(com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest)public static final SQSActions CreateQueue
AmazonSQS.createQueue(com.amazonaws.services.sqs.model.CreateQueueRequest)public static final SQSActions GetQueueUrl
AmazonSQS.getQueueUrl(com.amazonaws.services.sqs.model.GetQueueUrlRequest)public static final SQSActions DeleteMessage
AmazonSQS.deleteMessage(com.amazonaws.services.sqs.model.DeleteMessageRequest)public static final SQSActions DeleteQueue
AmazonSQS.deleteQueue(com.amazonaws.services.sqs.model.DeleteQueueRequest)public static final SQSActions GetQueueAttributes
AmazonSQS.getQueueAttributes(com.amazonaws.services.sqs.model.GetQueueAttributesRequest)public static final SQSActions ListQueues
AmazonSQS.listQueues(com.amazonaws.services.sqs.model.ListQueuesRequest)public static final SQSActions ReceiveMessage
AmazonSQS.receiveMessage(com.amazonaws.services.sqs.model.ReceiveMessageRequest)public static final SQSActions RemovePermission
AmazonSQS.removePermission(com.amazonaws.services.sqs.model.RemovePermissionRequest)public static final SQSActions SendMessage
AmazonSQS.sendMessage(com.amazonaws.services.sqs.model.SendMessageRequest)public static final SQSActions SetQueueAttributes
AmazonSQS.setQueueAttributes(com.amazonaws.services.sqs.model.SetQueueAttributesRequest)public static final SQSActions SendMessageBatch
AmazonSQS.sendMessageBatch(com.amazonaws.services.sqs.model.SendMessageBatchRequest)public static final SQSActions ChangeMessageVisibilityBatch
AmazonSQS.changeMessageVisibilityBatch(com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest)public static final SQSActions DeleteMessageBatch
AmazonSQS.deleteMessageBatch(com.amazonaws.services.sqs.model.DeleteMessageBatchRequest)| Method Detail |
|---|
public static SQSActions[] values()
for (SQSActions c : SQSActions.values()) System.out.println(c);
public static SQSActions valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getActionName()
Action
getActionName in interface Action
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||