| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageAttributeValue> |
SendMessageBatchRequestEntry.messageAttributes()
Each message attribute consists of a
Name, Type, and Value. |
Map<String,MessageAttributeValue> |
Message.messageAttributes()
Each message attribute consists of a
Name, Type, and Value. |
Map<String,MessageAttributeValue> |
SendMessageRequest.messageAttributes()
Each message attribute consists of a
Name, Type, and Value. |
| Modifier and Type | Method and Description |
|---|---|
SendMessageBatchRequestEntry.Builder |
SendMessageBatchRequestEntry.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name, Type, and Value. |
Message.Builder |
Message.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name, Type, and Value. |
SendMessageRequest.Builder |
SendMessageRequest.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name, Type, and Value. |
Copyright © 2021. All rights reserved.