Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReceiptFilter |
CreateReceiptFilterRequest.filter
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReceiptFilter> |
ListReceiptFiltersResult.filters
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
Modifier and Type | Method and Description |
---|---|
ReceiptFilter |
ReceiptFilter.clone() |
ReceiptFilter |
CreateReceiptFilterRequest.getFilter()
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
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.
|
ReceiptFilter |
ReceiptFilter.withName(java.lang.String name)
The name of the IP address filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReceiptFilter> |
ListReceiptFiltersResult.getFilters()
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateReceiptFilterRequest.setFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
CreateReceiptFilterRequest |
CreateReceiptFilterRequest.withFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
ListReceiptFiltersResult |
ListReceiptFiltersResult.withFilters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
Modifier and Type | Method and Description |
---|---|
void |
ListReceiptFiltersResult.setFilters(java.util.Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
ListReceiptFiltersResult |
ListReceiptFiltersResult.withFilters(java.util.Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
Modifier and Type | Method and Description |
---|---|
ReceiptFilter |
ReceiptFilterStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |