Uses of Class
com.amazonaws.services.sns.model.MessageAttributeValue
Packages that use MessageAttributeValue
-
Uses of MessageAttributeValue in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return MessageAttributeValueModifier and TypeMethodDescriptionMessageAttributeValue.clone()
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 SNS supports the following logical data types: String, Number, and Binary.MessageAttributeValue.withStringValue
(String stringValue) Strings are Unicode with UTF8 binary encoding.Methods in com.amazonaws.services.sns.model that return types with arguments of type MessageAttributeValueModifier and TypeMethodDescriptionPublishRequest.getMessageAttributes()
Message attributes for Publish action.Methods in com.amazonaws.services.sns.model with parameters of type MessageAttributeValueModifier and TypeMethodDescriptionPublishRequest.addMessageAttributesEntry
(String key, MessageAttributeValue value) Method parameters in com.amazonaws.services.sns.model with type arguments of type MessageAttributeValueModifier and TypeMethodDescriptionvoid
PublishRequest.setMessageAttributes
(Map<String, MessageAttributeValue> messageAttributes) Message attributes for Publish action.PublishRequest.withMessageAttributes
(Map<String, MessageAttributeValue> messageAttributes) Message attributes for Publish action.