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 MessageAttributeValueMessageAttributeValue. clone()MessageAttributeValueMessageAttributeValue. withBinaryListValues(ByteBuffer... binaryListValues)Not implemented.MessageAttributeValueMessageAttributeValue. withBinaryListValues(Collection<ByteBuffer> binaryListValues)Not implemented.MessageAttributeValueMessageAttributeValue. withBinaryValue(ByteBuffer binaryValue)Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.MessageAttributeValueMessageAttributeValue. withDataType(String dataType)Amazon SQS supports the following logical data types: String, Number, and Binary.MessageAttributeValueMessageAttributeValue. withStringListValues(String... stringListValues)Not implemented.MessageAttributeValueMessageAttributeValue. withStringListValues(Collection<String> stringListValues)Not implemented.MessageAttributeValueMessageAttributeValue. 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 MessageMessage. addMessageAttributesEntry(String key, MessageAttributeValue value)SendMessageBatchRequestEntrySendMessageBatchRequestEntry. addMessageAttributesEntry(String key, MessageAttributeValue value)SendMessageRequestSendMessageRequest. addMessageAttributesEntry(String key, MessageAttributeValue value)Method parameters in com.amazonaws.services.sqs.model with type arguments of type MessageAttributeValue Modifier and Type Method Description voidMessage. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.voidSendMessageBatchRequestEntry. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.voidSendMessageRequest. setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.MessageMessage. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.SendMessageBatchRequestEntrySendMessageBatchRequestEntry. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.SendMessageRequestSendMessageRequest. withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of a Name, Type, and Value.
-