Uses of Class
software.amazon.awssdk.services.ses.model.DescribeReceiptRuleSetResponse
-
Packages that use DescribeReceiptRuleSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DescribeReceiptRuleSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DescribeReceiptRuleSetResponse Modifier and Type Method Description default 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 DescribeReceiptRuleSetResponse Modifier and Type Method Description default CompletableFuture<DescribeReceiptRuleSetResponse>SesAsyncClient. describeReceiptRuleSet(Consumer<DescribeReceiptRuleSetRequest.Builder> describeReceiptRuleSetRequest)Returns the details of the specified receipt rule set.default CompletableFuture<DescribeReceiptRuleSetResponse>SesAsyncClient. describeReceiptRuleSet(DescribeReceiptRuleSetRequest describeReceiptRuleSetRequest)Returns the details of the specified receipt rule set.
-