Uses of Class
software.amazon.awssdk.services.sqs.model.MessageAttributeValue
Packages that use MessageAttributeValue
-
Uses of MessageAttributeValue in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type MessageAttributeValueModifier and TypeMethodDescriptionfinal Map<String,MessageAttributeValue> Message.messageAttributes()Each message attribute consists of aName,Type, andValue.final Map<String,MessageAttributeValue> SendMessageBatchRequestEntry.messageAttributes()Each message attribute consists of aName,Type, andValue.final Map<String,MessageAttributeValue> SendMessageRequest.messageAttributes()Each message attribute consists of aName,Type, andValue.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type MessageAttributeValueModifier and TypeMethodDescriptionMessage.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.SendMessageBatchRequestEntry.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.SendMessageRequest.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.