Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptRuleSetMetadata
Packages that use ReceiptRuleSetMetadata
-
Uses of ReceiptRuleSetMetadata in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptRuleSetMetadataModifier and TypeMethodDescriptionReceiptRuleSetMetadata.clone()
DescribeActiveReceiptRuleSetResult.getMetadata()
The metadata for the currently active receipt rule set.DescribeReceiptRuleSetResult.getMetadata()
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.ReceiptRuleSetMetadata.withCreatedTimestamp
(Date createdTimestamp) The date and time the receipt rule set was created.The name of the receipt rule set.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionListReceiptRuleSetsResult.getRuleSets()
The metadata for the currently active receipt rule set.Methods in com.amazonaws.services.simpleemail.model with parameters of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionvoid
DescribeActiveReceiptRuleSetResult.setMetadata
(ReceiptRuleSetMetadata metadata) The metadata for the currently active receipt rule set.void
DescribeReceiptRuleSetResult.setMetadata
(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.DescribeActiveReceiptRuleSetResult.withMetadata
(ReceiptRuleSetMetadata metadata) The metadata for the currently active receipt rule set.DescribeReceiptRuleSetResult.withMetadata
(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.ListReceiptRuleSetsResult.withRuleSets
(ReceiptRuleSetMetadata... ruleSets) The metadata for the currently active receipt rule set.Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type ReceiptRuleSetMetadataModifier and TypeMethodDescriptionvoid
ListReceiptRuleSetsResult.setRuleSets
(Collection<ReceiptRuleSetMetadata> ruleSets) The metadata for the currently active receipt rule set.ListReceiptRuleSetsResult.withRuleSets
(Collection<ReceiptRuleSetMetadata> ruleSets) The metadata for the currently active receipt rule set.