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 ReceiptRuleSetMetadataReceiptRuleSetMetadata. clone()ReceiptRuleSetMetadataDescribeActiveReceiptRuleSetResult. getMetadata()The metadata for the currently active receipt rule set.ReceiptRuleSetMetadataDescribeReceiptRuleSetResult. 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.ReceiptRuleSetMetadataReceiptRuleSetMetadata. withCreatedTimestamp(Date createdTimestamp)The date and time the receipt rule set was created.ReceiptRuleSetMetadataReceiptRuleSetMetadata. 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 voidDescribeActiveReceiptRuleSetResult. setMetadata(ReceiptRuleSetMetadata metadata)The metadata for the currently active receipt rule set.voidDescribeReceiptRuleSetResult. 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.DescribeActiveReceiptRuleSetResultDescribeActiveReceiptRuleSetResult. withMetadata(ReceiptRuleSetMetadata metadata)The metadata for the currently active receipt rule set.DescribeReceiptRuleSetResultDescribeReceiptRuleSetResult. 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.ListReceiptRuleSetsResultListReceiptRuleSetsResult. 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 voidListReceiptRuleSetsResult. setRuleSets(Collection<ReceiptRuleSetMetadata> ruleSets)The metadata for the currently active receipt rule set.ListReceiptRuleSetsResultListReceiptRuleSetsResult. withRuleSets(Collection<ReceiptRuleSetMetadata> ruleSets)The metadata for the currently active receipt rule set.
-