| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiptIpFilter |
ReceiptIpFilter.clone() |
ReceiptIpFilter |
ReceiptFilter.getIpFilter()
A structure that provides the IP addresses to block or allow, and
whether to block or allow incoming mail from them.
|
ReceiptIpFilter |
ReceiptIpFilter.withCidr(String cidr)
A single IP address or a range of IP addresses that you want to block
or allow, specified in Classless Inter-Domain Routing (CIDR) notation.
|
ReceiptIpFilter |
ReceiptIpFilter.withPolicy(ReceiptFilterPolicy policy)
Indicates whether to block or allow incoming mail from the specified
IP addresses.
|
ReceiptIpFilter |
ReceiptIpFilter.withPolicy(String policy)
Indicates whether to block or allow incoming mail from the specified
IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiptFilter.setIpFilter(ReceiptIpFilter ipFilter)
A structure that provides the IP addresses to block or allow, and
whether to block or allow incoming mail from them.
|
ReceiptFilter |
ReceiptFilter.withIpFilter(ReceiptIpFilter ipFilter)
A structure that provides the IP addresses to block or allow, and
whether to block or allow incoming mail from them.
|
Copyright © 2015. All rights reserved.