Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptRuleSetMetadata
-
Packages that use ReceiptRuleSetMetadata Package Description com.amazonaws.services.simpleemail.model -
-
Uses of ReceiptRuleSetMetadata in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptRuleSetMetadata Modifier and Type Method Description ReceiptRuleSetMetadata
ReceiptRuleSetMetadata. clone()
ReceiptRuleSetMetadata
DescribeActiveReceiptRuleSetResult. getMetadata()
The metadata for the currently active receipt rule set.ReceiptRuleSetMetadata
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
ReceiptRuleSetMetadata. withCreatedTimestamp(Date createdTimestamp)
The date and time the receipt rule set was created.ReceiptRuleSetMetadata
ReceiptRuleSetMetadata. withName(String name)
The name of the receipt rule set.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptRuleSetMetadata Modifier and Type Method Description List<ReceiptRuleSetMetadata>
ListReceiptRuleSetsResult. getRuleSets()
The metadata for the currently active receipt rule set.Methods in com.amazonaws.services.simpleemail.model with parameters of type ReceiptRuleSetMetadata Modifier and Type Method Description void
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
DescribeActiveReceiptRuleSetResult. withMetadata(ReceiptRuleSetMetadata metadata)
The metadata for the currently active receipt rule set.DescribeReceiptRuleSetResult
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
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 ReceiptRuleSetMetadata Modifier and Type Method Description void
ListReceiptRuleSetsResult. setRuleSets(Collection<ReceiptRuleSetMetadata> ruleSets)
The metadata for the currently active receipt rule set.ListReceiptRuleSetsResult
ListReceiptRuleSetsResult. withRuleSets(Collection<ReceiptRuleSetMetadata> ruleSets)
The metadata for the currently active receipt rule set.
-