@Generated(value="software.amazon.awssdk:codegen") public enum QueueAttributeName extends Enum<QueueAttributeName>
Modifier and Type | Method and Description |
---|---|
static QueueAttributeName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<QueueAttributeName> |
knownValues()
|
String |
toString() |
static QueueAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueAttributeName ALL
public static final QueueAttributeName POLICY
public static final QueueAttributeName VISIBILITY_TIMEOUT
public static final QueueAttributeName MAXIMUM_MESSAGE_SIZE
public static final QueueAttributeName MESSAGE_RETENTION_PERIOD
public static final QueueAttributeName APPROXIMATE_NUMBER_OF_MESSAGES
public static final QueueAttributeName APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE
public static final QueueAttributeName CREATED_TIMESTAMP
public static final QueueAttributeName LAST_MODIFIED_TIMESTAMP
public static final QueueAttributeName QUEUE_ARN
public static final QueueAttributeName APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED
public static final QueueAttributeName DELAY_SECONDS
public static final QueueAttributeName RECEIVE_MESSAGE_WAIT_TIME_SECONDS
public static final QueueAttributeName REDRIVE_POLICY
public static final QueueAttributeName FIFO_QUEUE
public static final QueueAttributeName CONTENT_BASED_DEDUPLICATION
public static final QueueAttributeName KMS_MASTER_KEY_ID
public static final QueueAttributeName KMS_DATA_KEY_REUSE_PERIOD_SECONDS
public static final QueueAttributeName DEDUPLICATION_SCOPE
public static final QueueAttributeName FIFO_THROUGHPUT_LIMIT
public static final QueueAttributeName UNKNOWN_TO_SDK_VERSION
public static QueueAttributeName[] values()
for (QueueAttributeName c : QueueAttributeName.values()) System.out.println(c);
public static QueueAttributeName 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 toString()
toString
in class Enum<QueueAttributeName>
public static QueueAttributeName fromValue(String value)
value
- real valuepublic static Set<QueueAttributeName> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known QueueAttributeName
sCopyright © 2021. All rights reserved.