Uses of Interface
software.amazon.awssdk.services.ses.model.DescribeReceiptRuleSetResponse.Builder
Packages that use DescribeReceiptRuleSetResponse.Builder
-
Uses of DescribeReceiptRuleSetResponse.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DescribeReceiptRuleSetResponse.BuilderModifier and TypeMethodDescriptionDescribeReceiptRuleSetResponse.builder()DescribeReceiptRuleSetResponse.Builder.metadata(Consumer<ReceiptRuleSetMetadata.Builder> metadata) The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.DescribeReceiptRuleSetResponse.Builder.metadata(ReceiptRuleSetMetadata metadata) The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.DescribeReceiptRuleSetResponse.Builder.rules(Collection<ReceiptRule> rules) A list of the receipt rules that belong to the specified receipt rule set.DescribeReceiptRuleSetResponse.Builder.rules(Consumer<ReceiptRule.Builder>... rules) A list of the receipt rules that belong to the specified receipt rule set.DescribeReceiptRuleSetResponse.Builder.rules(ReceiptRule... rules) A list of the receipt rules that belong to the specified receipt rule set.DescribeReceiptRuleSetResponse.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DescribeReceiptRuleSetResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeReceiptRuleSetResponse.Builder>DescribeReceiptRuleSetResponse.serializableBuilderClass()