listReceiptFilters

Lists the IP address filters associated with your Amazon Web Services account in the current Amazon Web Services Region.

For information about managing IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Samples


fun main() { 
   //sampleStart 
   // The following example lists the IP address filters that are associated with an AWS account
val resp = sesClient.listReceiptFilters() 
   //sampleEnd
}