Uses of Class
com.amazonaws.services.sqs.model.MessageAttributeValue
-
Packages that use MessageAttributeValue Package Description com.amazonaws.services.sqs.model -
-
Uses of MessageAttributeValue in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return MessageAttributeValue Modifier and Type Method Description MessageAttributeValue
MessageAttributeValue. clone()
MessageAttributeValue
MessageAttributeValue. withBinaryListValues(ByteBuffer... binaryListValues)
Not implemented.MessageAttributeValue
MessageAttributeValue. withBinaryListValues(Collection<ByteBuffer> binaryListValues)
Not implemented.MessageAttributeValue
MessageAttributeValue. withBinaryValue(ByteBuffer binaryValue)
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.MessageAttributeValue
MessageAttributeValue. withDataType(String dataType)
Amazon SQS supports the following logical data types: String, Number, and Binary.MessageAttributeValue
MessageAttributeValue. withStringListValues(String... stringListValues)
Not implemented.MessageAttributeValue
MessageAttributeValue. withStringListValues(Collection<String> stringListValues)
Not implemented.MessageAttributeValue
MessageAttributeValue. withStringValue(String stringValue)
Strings are Unicode with UTF8 binary encoding.Methods in com.amazonaws.services.sqs.model that return types with arguments of type MessageAttributeValue Modifier and Type Method Description Map<String,MessageAttributeValue>
Message. getMessageAttributes()
Each message attribute consists of a Name, Type, and Value.Map<String,MessageAttributeValue>
SendMessageBatchRequestEntry. getMessageAttributes()
Each message attribute consists of a Name, Type, and Value.Map<String,MessageAttributeValue>
SendMessageRequest. getMessageAttributes()
Each message attribute consists of a Name, Type, and Value.Methods in com.amazonaws.services.sqs.model with parameters of type MessageAttributeValue Modifier and Type Method Description Message
Message. addMessageAttributesEntry(String key, MessageAttributeValue value)
SendMessageBatchRequestEntry
SendMessageBatchRequestEntry. addMessageAttributesEntry(String key, MessageAttributeValue value)
SendMessageRequest
SendMessageRequest. addMessageAttributesEntry(String key, MessageAttributeValue value)
Method parameters in com.amazonaws.services.sqs.model with type arguments of type MessageAttributeValue Modifier and Type Method Description void
Message. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.void
SendMessageBatchRequestEntry. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.void
SendMessageRequest. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.Message
Message. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.SendMessageBatchRequestEntry
SendMessageBatchRequestEntry. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.SendMessageRequest
SendMessageRequest. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.
-