Uses of Class
com.amazonaws.services.sns.model.MessageAttributeValue

Packages that use MessageAttributeValue
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of MessageAttributeValue in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return MessageAttributeValue
 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 SNS supports the following logical data types: String, Number, and Binary.
 MessageAttributeValue 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 MessageAttributeValue
 Map<String,MessageAttributeValue> PublishRequest.getMessageAttributes()
          Message attributes for Publish action.
 

Methods in com.amazonaws.services.sns.model with parameters of type MessageAttributeValue
 PublishRequest PublishRequest.addMessageAttributesEntry(String key, MessageAttributeValue value)
          Message attributes for Publish action.
 

Method parameters in com.amazonaws.services.sns.model with type arguments of type MessageAttributeValue
 void PublishRequest.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
          Message attributes for Publish action.
 PublishRequest PublishRequest.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
          Message attributes for Publish action.
 



Copyright © 2016. All rights reserved.