Uses of Class
software.amazon.awssdk.services.sns.model.MessageAttributeValue
-
Packages that use MessageAttributeValue Package Description software.amazon.awssdk.services.sns.model -
-
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 MessageAttributeValue Modifier and Type Method Description Map<String,MessageAttributeValue>PublishBatchRequestEntry. messageAttributes()Each message attribute consists of aName,Type, andValue.Map<String,MessageAttributeValue>PublishRequest. messageAttributes()Message attributes for Publish action.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type MessageAttributeValue Modifier and Type Method Description PublishBatchRequestEntry.BuilderPublishBatchRequestEntry.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)Each message attribute consists of aName,Type, andValue.PublishRequest.BuilderPublishRequest.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)Message attributes for Publish action.
-