public class SNSEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SNSEvent.MessageAttribute
Represents an SNS message attribute
|
static class |
SNSEvent.SNS
Represents an SNS message
|
static class |
SNSEvent.SNSRecord
Represents an SNS message record.
|
| Constructor and Description |
|---|
SNSEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<SNSEvent.SNSRecord> |
getRecords()
Gets the list of SNS records
|
void |
setRecords(List<SNSEvent.SNSRecord> records)
Sets a list of SNS records
|
public List<SNSEvent.SNSRecord> getRecords()
public void setRecords(List<SNSEvent.SNSRecord> records)
records - A list of SNS record objectsCopyright © 2016. All rights reserved.