public enum QueueAttributeName extends java.lang.Enum<QueueAttributeName>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static QueueAttributeName |
fromValue(java.lang.String value)
値の代わりに使用します。
|
java.lang.String |
toString() |
static QueueAttributeName |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static QueueAttributeName[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final QueueAttributeName Policy
public static final QueueAttributeName VisibilityTimeout
public static final QueueAttributeName MaximumMessageSize
public static final QueueAttributeName MessageRetentionPeriod
public static final QueueAttributeName ApproximateNumberOfMessages
public static final QueueAttributeName ApproximateNumberOfMessagesNotVisible
public static final QueueAttributeName CreatedTimestamp
public static final QueueAttributeName LastModifiedTimestamp
public static final QueueAttributeName QueueArn
public static final QueueAttributeName ApproximateNumberOfMessagesDelayed
public static final QueueAttributeName DelaySeconds
public static final QueueAttributeName ReceiveMessageWaitTimeSeconds
public static final QueueAttributeName NiftyDescription
public static final QueueAttributeName NiftyPlanId
public static final QueueAttributeName NiftyCurrentPlanId
public static QueueAttributeName[] values()
for(QueueAttributeName c: QueueAttributeName.values()) System.out.println(c);
public static QueueAttributeName valueOf(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String toString()
toString クラス内 java.lang.Enum<QueueAttributeName>public static QueueAttributeName fromValue(java.lang.String value)
value - 実際の値