| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageSystemAttributeName |
MessageSystemAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MessageSystemAttributeName |
MessageSystemAttributeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSystemAttributeName[] |
MessageSystemAttributeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<MessageSystemAttributeName,String> |
Message.attributes()
SenderId, SentTimestamp, ApproximateReceiveCount, and/or
ApproximateFirstReceiveTimestamp. |
static Set<MessageSystemAttributeName> |
MessageSystemAttributeName.knownValues()
|
Copyright © 2017. All rights reserved.