Uses of Class
software.amazon.awssdk.services.ses.model.DescribeActiveReceiptRuleSetResponse
Packages that use DescribeActiveReceiptRuleSetResponse
-
Uses of DescribeActiveReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DescribeActiveReceiptRuleSetResponseModifier and TypeMethodDescriptionSesClient.describeActiveReceiptRuleSet()Returns the metadata and receipt rules for the receipt rule set that is currently active.SesClient.describeActiveReceiptRuleSet(Consumer<DescribeActiveReceiptRuleSetRequest.Builder> describeActiveReceiptRuleSetRequest) Returns the metadata and receipt rules for the receipt rule set that is currently active.SesClient.describeActiveReceiptRuleSet(DescribeActiveReceiptRuleSetRequest describeActiveReceiptRuleSetRequest) Returns the metadata and receipt rules for the receipt rule set that is currently active.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DescribeActiveReceiptRuleSetResponseModifier and TypeMethodDescriptionSesAsyncClient.describeActiveReceiptRuleSet()Returns the metadata and receipt rules for the receipt rule set that is currently active.SesAsyncClient.describeActiveReceiptRuleSet(Consumer<DescribeActiveReceiptRuleSetRequest.Builder> describeActiveReceiptRuleSetRequest) Returns the metadata and receipt rules for the receipt rule set that is currently active.SesAsyncClient.describeActiveReceiptRuleSet(DescribeActiveReceiptRuleSetRequest describeActiveReceiptRuleSetRequest) Returns the metadata and receipt rules for the receipt rule set that is currently active.