Uses of Class
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeValue
-
Packages that use MessageSystemAttributeValue Package Description software.amazon.awssdk.services.sqs.model -
-
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 MessageSystemAttributeValue Modifier and Type Method Description Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue>SendMessageBatchRequestEntry. messageSystemAttributes()The message system attribute to send Each message system attribute consists of aName,Type, andValue.Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue>SendMessageRequest. messageSystemAttributes()The message system attribute to send.Map<String,MessageSystemAttributeValue>SendMessageBatchRequestEntry. messageSystemAttributesAsStrings()The message system attribute to send Each message system attribute consists of aName,Type, andValue.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 MessageSystemAttributeValue Modifier and Type Method Description SendMessageBatchRequestEntry.BuilderSendMessageBatchRequestEntry.Builder. messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.BuilderSendMessageRequest.Builder. messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send.SendMessageBatchRequestEntry.BuilderSendMessageBatchRequestEntry.Builder. messageSystemAttributesWithStrings(Map<String,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.BuilderSendMessageRequest.Builder. messageSystemAttributesWithStrings(Map<String,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send.
-