Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReceiptIpFilter |
ReceiptFilter.ipFilter
A structure that provides the IP addresses to block or allow, and whether
to block or allow incoming mail from them.
|
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(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ReceiptIpFilter |
ReceiptIpFilterStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |