Package | Description |
---|---|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
MessageAttributeValue |
MessageAttributeValue.clone() |
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, String.Array, Number, and Binary.
|
MessageAttributeValue |
MessageAttributeValue.withStringValue(String stringValue)
Strings are Unicode with UTF8 binary encoding.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MessageAttributeValue> |
PublishBatchRequestEntry.getMessageAttributes()
Each message attribute consists of a
Name , Type , and Value . |
Map<String,MessageAttributeValue> |
PublishRequest.getMessageAttributes()
Message attributes for Publish action.
|
Modifier and Type | Method and Description |
---|---|
PublishBatchRequestEntry |
PublishBatchRequestEntry.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
PublishRequest |
PublishRequest.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
Modifier and Type | Method and Description |
---|---|
void |
PublishBatchRequestEntry.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name , Type , and Value . |
void |
PublishRequest.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Message attributes for Publish action.
|
PublishBatchRequestEntry |
PublishBatchRequestEntry.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name , Type , and Value . |
PublishRequest |
PublishRequest.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Message attributes for Publish action.
|
Copyright © 2022. All rights reserved.