Uses of Class
software.amazon.awssdk.services.sqs.model.MessageAttributeValue
-
Packages that use MessageAttributeValue Package Description software.amazon.awssdk.services.sqs.model -
-
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 MessageAttributeValue Modifier and Type Method Description Map<String,MessageAttributeValue>Message. messageAttributes()Each message attribute consists of aName,Type, andValue.Map<String,MessageAttributeValue>SendMessageBatchRequestEntry. messageAttributes()Each message attribute consists of aName,Type, andValue.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 MessageAttributeValue Modifier and Type Method Description Message.BuilderMessage.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of aName,Type, andValue.SendMessageBatchRequestEntry.BuilderSendMessageBatchRequestEntry.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of aName,Type, andValue.SendMessageRequest.BuilderSendMessageRequest.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of aName,Type, andValue.
-