public enum SQSActions extends java.lang.Enum<SQSActions> implements Action
| Enum Constant and Description | 
|---|
| AddPermissionAction for the AddPermission operation. | 
| AllSQSActionsRepresents any action executed on Amazon SQS. | 
| ChangeMessageVisibilityAction for the ChangeMessageVisibility operation. | 
| ChangeMessageVisibilityBatchAction for the ChangeMessageVisibilityBatch operation. | 
| CreateQueueAction for the CreateQueue operation. | 
| DeleteMessageAction for the DeleteMessage operation. | 
| DeleteMessageBatchAction for the DeleteMessageBatch operation. | 
| DeleteQueueAction for the DeleteQueue operation. | 
| GetQueueAttributesAction for the GetQueueAttributes operation. | 
| GetQueueUrlAction for the GetQueueUrl operation. | 
| ListDeadLetterSourceQueuesAction for the ListDeadLetterSourceQueues operation. | 
| ListQueuesAction for the ListQueues operation. | 
| PurgeQueueAction for the PurgeQueue operation. | 
| ReceiveMessageAction for the ReceiveMessage operation. | 
| RemovePermissionAction for the RemovePermission operation. | 
| SendMessageAction for the SendMessage operation. | 
| SendMessageBatchAction for the SendMessageBatch operation. | 
| SetQueueAttributesAction for the SetQueueAttributes operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getActionName()Returns the name of this action. | 
| static SQSActions | valueOf(java.lang.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. | 
public static final SQSActions AllSQSActions
public static final SQSActions AddPermission
public static final SQSActions ChangeMessageVisibility
public static final SQSActions ChangeMessageVisibilityBatch
public static final SQSActions CreateQueue
public static final SQSActions DeleteMessage
public static final SQSActions DeleteMessageBatch
public static final SQSActions DeleteQueue
public static final SQSActions GetQueueAttributes
public static final SQSActions GetQueueUrl
public static final SQSActions ListDeadLetterSourceQueues
public static final SQSActions ListQueues
public static final SQSActions PurgeQueue
public static final SQSActions ReceiveMessage
public static final SQSActions RemovePermission
public static final SQSActions SendMessage
public static final SQSActions SendMessageBatch
public static final SQSActions SetQueueAttributes
public static SQSActions[] values()
for (SQSActions c : SQSActions.values()) System.out.println(c);
public static SQSActions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getActionName()
ActiongetActionName in interface ActionCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.