Uses of Class
software.amazon.awssdk.services.ses.model.ReorderReceiptRuleSetResponse
Packages that use ReorderReceiptRuleSetResponse
-
Uses of ReorderReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ReorderReceiptRuleSetResponseModifier and TypeMethodDescriptiondefault ReorderReceiptRuleSetResponseSesClient.reorderReceiptRuleSet(Consumer<ReorderReceiptRuleSetRequest.Builder> reorderReceiptRuleSetRequest) Reorders the receipt rules within a receipt rule set.default ReorderReceiptRuleSetResponseSesClient.reorderReceiptRuleSet(ReorderReceiptRuleSetRequest reorderReceiptRuleSetRequest) Reorders the receipt rules within a receipt rule set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ReorderReceiptRuleSetResponseModifier and TypeMethodDescriptionSesAsyncClient.reorderReceiptRuleSet(Consumer<ReorderReceiptRuleSetRequest.Builder> reorderReceiptRuleSetRequest) Reorders the receipt rules within a receipt rule set.SesAsyncClient.reorderReceiptRuleSet(ReorderReceiptRuleSetRequest reorderReceiptRuleSetRequest) Reorders the receipt rules within a receipt rule set.