Uses of Class
software.amazon.awssdk.services.ses.model.ReorderReceiptRuleSetResponse
-
Packages that use ReorderReceiptRuleSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ReorderReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ReorderReceiptRuleSetResponse Modifier and Type Method Description default 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 ReorderReceiptRuleSetResponse Modifier and Type Method Description default CompletableFuture<ReorderReceiptRuleSetResponse>SesAsyncClient. reorderReceiptRuleSet(Consumer<ReorderReceiptRuleSetRequest.Builder> reorderReceiptRuleSetRequest)Reorders the receipt rules within a receipt rule set.default CompletableFuture<ReorderReceiptRuleSetResponse>SesAsyncClient. reorderReceiptRuleSet(ReorderReceiptRuleSetRequest reorderReceiptRuleSetRequest)Reorders the receipt rules within a receipt rule set.
-