| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageSystemAttributeNameForSends |
MessageSystemAttributeNameForSends.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MessageSystemAttributeNameForSends |
MessageSystemAttributeNameForSends.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSystemAttributeNameForSends[] |
MessageSystemAttributeNameForSends.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MessageSystemAttributeNameForSends> |
MessageSystemAttributeNameForSends.knownValues()
|
Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> |
SendMessageRequest.messageSystemAttributes()
The message system attribute to send.
|
Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> |
SendMessageBatchRequestEntry.messageSystemAttributes()
The message system attribute to send Each message system attribute consists of a
Name,
Type, and Value. |
| Modifier and Type | Method and Description |
|---|---|
SendMessageRequest.Builder |
SendMessageRequest.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)
The message system attribute to send.
|
SendMessageBatchRequestEntry.Builder |
SendMessageBatchRequestEntry.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)
The message system attribute to send Each message system attribute consists of a
Name,
Type, and Value. |
Copyright © 2021. All rights reserved.