Uses of Class
software.amazon.awssdk.services.sns.model.MessageAttributeValue
Packages that use MessageAttributeValue
-
Uses of MessageAttributeValue in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type MessageAttributeValueModifier and TypeMethodDescriptionfinal Map<String,MessageAttributeValue> PublishBatchRequestEntry.messageAttributes()Each message attribute consists of aName,Type, andValue.final Map<String,MessageAttributeValue> PublishRequest.messageAttributes()Message attributes for Publish action.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type MessageAttributeValueModifier and TypeMethodDescriptionPublishBatchRequestEntry.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.PublishRequest.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Message attributes for Publish action.