Uses of Class
software.amazon.awssdk.services.ses.model.SetActiveReceiptRuleSetRequest
-
Packages that use SetActiveReceiptRuleSetRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of SetActiveReceiptRuleSetRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type SetActiveReceiptRuleSetRequest Modifier and Type Method Description default CompletableFuture<SetActiveReceiptRuleSetResponse>SesAsyncClient. setActiveReceiptRuleSet(SetActiveReceiptRuleSetRequest 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. -
Uses of SetActiveReceiptRuleSetRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type SetActiveReceiptRuleSetRequest Modifier and Type Method Description SdkHttpFullRequestSetActiveReceiptRuleSetRequestMarshaller. marshall(SetActiveReceiptRuleSetRequest setActiveReceiptRuleSetRequest)
-