Uses of Class
software.amazon.awssdk.services.ses.model.DescribeReceiptRuleSetResponse
Packages that use DescribeReceiptRuleSetResponse
-
Uses of DescribeReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DescribeReceiptRuleSetResponseModifier and TypeMethodDescriptiondefault DescribeReceiptRuleSetResponseSesClient.describeReceiptRuleSet(Consumer<DescribeReceiptRuleSetRequest.Builder> describeReceiptRuleSetRequest) Returns the details of the specified receipt rule set.default DescribeReceiptRuleSetResponseSesClient.describeReceiptRuleSet(DescribeReceiptRuleSetRequest describeReceiptRuleSetRequest) Returns the details of the specified receipt rule set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DescribeReceiptRuleSetResponseModifier and TypeMethodDescriptionSesAsyncClient.describeReceiptRuleSet(Consumer<DescribeReceiptRuleSetRequest.Builder> describeReceiptRuleSetRequest) Returns the details of the specified receipt rule set.SesAsyncClient.describeReceiptRuleSet(DescribeReceiptRuleSetRequest describeReceiptRuleSetRequest) Returns the details of the specified receipt rule set.