| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
List<ReceiptFilter> |
ListReceiptFiltersResponse.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 |
|---|---|
CreateReceiptFilterRequest.Builder |
CreateReceiptFilterRequest.Builder.filter(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.
|
ListReceiptFiltersResponse.Builder |
ListReceiptFiltersResponse.Builder.filters(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 |
|---|---|
ListReceiptFiltersResponse.Builder |
ListReceiptFiltersResponse.Builder.filters(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.
|
Copyright © 2023. All rights reserved.