Uses of Class
com.amazonaws.services.sqs.model.MessageAttributeValue
Packages that use MessageAttributeValue
-
Uses of MessageAttributeValue in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return MessageAttributeValueModifier and TypeMethodDescriptionMessageAttributeValue.clone()MessageAttributeValue.withBinaryListValues(ByteBuffer... binaryListValues) Not implemented.MessageAttributeValue.withBinaryListValues(Collection<ByteBuffer> binaryListValues) Not implemented.MessageAttributeValue.withBinaryValue(ByteBuffer binaryValue) Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.MessageAttributeValue.withDataType(String dataType) Amazon SQS supports the following logical data types: String, Number, and Binary.MessageAttributeValue.withStringListValues(String... stringListValues) Not implemented.MessageAttributeValue.withStringListValues(Collection<String> stringListValues) Not implemented.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 MessageAttributeValueModifier and TypeMethodDescriptionMessage.getMessageAttributes()Each message attribute consists of a Name, Type, and Value.SendMessageBatchRequestEntry.getMessageAttributes()Each message attribute consists of a Name, Type, and Value.SendMessageRequest.getMessageAttributes()Each message attribute consists of a Name, Type, and Value.Methods in com.amazonaws.services.sqs.model with parameters of type MessageAttributeValueModifier and TypeMethodDescriptionMessage.addMessageAttributesEntry(String key, MessageAttributeValue value) SendMessageBatchRequestEntry.addMessageAttributesEntry(String key, MessageAttributeValue value) SendMessageRequest.addMessageAttributesEntry(String key, MessageAttributeValue value) Method parameters in com.amazonaws.services.sqs.model with type arguments of type MessageAttributeValueModifier and TypeMethodDescriptionvoidMessage.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.Message.withMessageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of a Name, Type, and Value.SendMessageBatchRequestEntry.withMessageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of a Name, Type, and Value.SendMessageRequest.withMessageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of a Name, Type, and Value.