Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptRuleSetMetadata
Packages that use ReceiptRuleSetMetadata
-
Uses of ReceiptRuleSetMetadata in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRuleSetMetadataModifier and TypeMethodDescriptionfinal ReceiptRuleSetMetadataDescribeActiveReceiptRuleSetResponse.metadata()The metadata for the currently active receipt rule set.final ReceiptRuleSetMetadataDescribeReceiptRuleSetResponse.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.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionfinal List<ReceiptRuleSetMetadata>ListReceiptRuleSetsResponse.ruleSets()The metadata for the currently active receipt rule set.Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionDescribeActiveReceiptRuleSetResponse.Builder.metadata(ReceiptRuleSetMetadata metadata) The metadata for the currently active receipt rule set.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.ListReceiptRuleSetsResponse.Builder.ruleSets(ReceiptRuleSetMetadata... ruleSets) The metadata for the currently active receipt rule set.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionListReceiptRuleSetsResponse.Builder.ruleSets(Collection<ReceiptRuleSetMetadata> ruleSets) The metadata for the currently active receipt rule set.