Uses of Class
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
Packages that use MessageSystemAttributeValue
-
Uses of MessageSystemAttributeValue in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type MessageSystemAttributeValueModifier and TypeMethodDescriptionSendMessageBatchRequestEntry.messageSystemAttributes()The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.messageSystemAttributes()The message system attribute to send.final Map<String,MessageSystemAttributeValue> SendMessageBatchRequestEntry.messageSystemAttributesAsStrings()The message system attribute to send Each message system attribute consists of aName,Type, andValue.final Map<String,MessageSystemAttributeValue> SendMessageRequest.messageSystemAttributesAsStrings()The message system attribute to send.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type MessageSystemAttributeValueModifier and TypeMethodDescriptionSendMessageBatchRequestEntry.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send.SendMessageBatchRequestEntry.Builder.messageSystemAttributesWithStrings(Map<String, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.Builder.messageSystemAttributesWithStrings(Map<String, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send.