public enum SQSActions extends Enum<SQSActions> implements Action
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final SQSActions AllSqsActions
public static final SQSActions AddPermission
public static final SQSActions ChangeMessageVisibility
public static final SQSActions CreateQueue
public static final SQSActions GetQueueUrl
public static final SQSActions DeleteMessage
public static final SQSActions DeleteQueue
public static final SQSActions GetQueueAttributes
public static final SQSActions ListQueues
public static final SQSActions ReceiveMessage
public static final SQSActions RemovePermission
public static final SQSActions SendMessage
public static final SQSActions SetQueueAttributes
public static final SQSActions SendMessageBatch
public static final SQSActions ChangeMessageVisibilityBatch
public static final SQSActions DeleteMessageBatch
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 nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.