public enum SQSActions extends java.lang.Enum<SQSActions> implements Action
| 列挙型定数と説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getActionName()
Returns the name of this action.
|
static SQSActions |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SQSActions[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String getActionName()
ActiongetActionName インタフェース内 Action