Uses of Class
software.amazon.awssdk.services.ses.model.SetActiveReceiptRuleSetResponse
-
Packages that use SetActiveReceiptRuleSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of SetActiveReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetActiveReceiptRuleSetResponse Modifier and Type Method Description default SetActiveReceiptRuleSetResponseSesClient. setActiveReceiptRuleSet()Sets the specified receipt rule set as the active receipt rule set.default SetActiveReceiptRuleSetResponseSesClient. setActiveReceiptRuleSet(Consumer<SetActiveReceiptRuleSetRequest.Builder> setActiveReceiptRuleSetRequest)Sets the specified receipt rule set as the active receipt rule set.default SetActiveReceiptRuleSetResponseSesClient. setActiveReceiptRuleSet(SetActiveReceiptRuleSetRequest setActiveReceiptRuleSetRequest)Sets the specified receipt rule set as the active receipt rule set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type SetActiveReceiptRuleSetResponse Modifier and Type Method Description default CompletableFuture<SetActiveReceiptRuleSetResponse>SesAsyncClient. setActiveReceiptRuleSet()Sets the specified receipt rule set as the active receipt rule set.default CompletableFuture<SetActiveReceiptRuleSetResponse>SesAsyncClient. setActiveReceiptRuleSet(Consumer<SetActiveReceiptRuleSetRequest.Builder> setActiveReceiptRuleSetRequest)Sets the specified receipt rule set as the active receipt rule set.default CompletableFuture<SetActiveReceiptRuleSetResponse>SesAsyncClient. setActiveReceiptRuleSet(SetActiveReceiptRuleSetRequest setActiveReceiptRuleSetRequest)Sets the specified receipt rule set as the active receipt rule set.
-