Uses of Class
software.amazon.awssdk.services.ses.model.SetActiveReceiptRuleSetResponse
Packages that use SetActiveReceiptRuleSetResponse
-
Uses of SetActiveReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetActiveReceiptRuleSetResponseModifier and TypeMethodDescriptiondefault 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 SetActiveReceiptRuleSetResponseModifier and TypeMethodDescriptionSesAsyncClient.setActiveReceiptRuleSet()Sets the specified receipt rule set as the active receipt rule set.SesAsyncClient.setActiveReceiptRuleSet(Consumer<SetActiveReceiptRuleSetRequest.Builder> setActiveReceiptRuleSetRequest) Sets the specified receipt rule set as the active receipt rule set.SesAsyncClient.setActiveReceiptRuleSet(SetActiveReceiptRuleSetRequest setActiveReceiptRuleSetRequest) Sets the specified receipt rule set as the active receipt rule set.