Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListReceiptRuleSets C# (CSharp) Method

ListReceiptRuleSets() public method

Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will receive a NextToken that you can provide to the next call to ListReceiptRuleSets to retrieve the additional entries.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

public ListReceiptRuleSets ( ListReceiptRuleSetsRequest request ) : ListReceiptRuleSetsResponse
request ListReceiptRuleSetsRequest Container for the necessary parameters to execute the ListReceiptRuleSets service method.
return ListReceiptRuleSetsResponse
        public ListReceiptRuleSetsResponse ListReceiptRuleSets(ListReceiptRuleSetsRequest request)
        {
            var marshaller = new ListReceiptRuleSetsRequestMarshaller();
            var unmarshaller = ListReceiptRuleSetsResponseUnmarshaller.Instance;

            return Invoke<ListReceiptRuleSetsRequest,ListReceiptRuleSetsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient