Serializable
, Comparable<SQSActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum SQSActions extends Enum<SQSActions> implements Action
Enum Constant | Description |
---|---|
AddPermission |
Action for the AddPermission operation.
|
AllSQSActions |
Represents any action executed on Amazon SQS.
|
ChangeMessageVisibility |
Action for the ChangeMessageVisibility operation.
|
ChangeMessageVisibilityBatch |
Action for the ChangeMessageVisibilityBatch operation.
|
CreateQueue |
Action for the CreateQueue operation.
|
DeleteMessage |
Action for the DeleteMessage operation.
|
DeleteMessageBatch |
Action for the DeleteMessageBatch operation.
|
DeleteQueue |
Action for the DeleteQueue operation.
|
GetQueueAttributes |
Action for the GetQueueAttributes operation.
|
GetQueueUrl |
Action for the GetQueueUrl operation.
|
ListDeadLetterSourceQueues |
Action for the ListDeadLetterSourceQueues operation.
|
ListQueues |
Action for the ListQueues operation.
|
PurgeQueue |
Action for the PurgeQueue operation.
|
ReceiveMessage |
Action for the ReceiveMessage operation.
|
RemovePermission |
Action for the RemovePermission operation.
|
SendMessage |
Action for the SendMessage operation.
|
SendMessageBatch |
Action for the SendMessageBatch operation.
|
SetQueueAttributes |
Action for the SetQueueAttributes operation.
|
Modifier and Type | Method | 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 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(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 © 2017 Amazon Web Services, Inc. All Rights Reserved.