| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
BlacklistEntry |
BlacklistEntry.clone() |
BlacklistEntry |
BlacklistEntry.withDescription(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
BlacklistEntry |
BlacklistEntry.withListingTime(Date listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
|
BlacklistEntry |
BlacklistEntry.withRblName(String rblName)
The name of the blacklist that the IP address appears on.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<BlacklistEntry>> |
GetBlacklistReportsResult.getBlacklistReport()
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlacklistReportsResult |
GetBlacklistReportsResult.addBlacklistReportEntry(String key,
List<BlacklistEntry> value)
Add a single BlacklistReport entry
|
void |
GetBlacklistReportsResult.setBlacklistReport(Map<String,List<BlacklistEntry>> blacklistReport)
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
|
GetBlacklistReportsResult |
GetBlacklistReportsResult.withBlacklistReport(Map<String,List<BlacklistEntry>> blacklistReport)
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
|
Copyright © 2020. All rights reserved.