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

ReorderReceiptRuleSet() public method

Reorders the receipt rules within a receipt rule set.

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules.

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

This action is throttled at one request per second.

/// Indicates that the provided receipt rule does not exist. /// /// Indicates that the provided receipt rule set does not exist. ///
public ReorderReceiptRuleSet ( ReorderReceiptRuleSetRequest request ) : ReorderReceiptRuleSetResponse
request ReorderReceiptRuleSetRequest Container for the necessary parameters to execute the ReorderReceiptRuleSet service method.
return ReorderReceiptRuleSetResponse
        public ReorderReceiptRuleSetResponse ReorderReceiptRuleSet(ReorderReceiptRuleSetRequest request)
        {
            var marshaller = new ReorderReceiptRuleSetRequestMarshaller();
            var unmarshaller = ReorderReceiptRuleSetResponseUnmarshaller.Instance;

            return Invoke<ReorderReceiptRuleSetRequest,ReorderReceiptRuleSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient