Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptRuleSetMetadata
-
Packages that use ReceiptRuleSetMetadata Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ReceiptRuleSetMetadata in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRuleSetMetadata Modifier and Type Method Description ReceiptRuleSetMetadataDescribeActiveReceiptRuleSetResponse. metadata()The metadata for the currently active receipt rule set.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 ReceiptRuleSetMetadata Modifier and Type Method Description 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 ReceiptRuleSetMetadata Modifier and Type Method Description DescribeActiveReceiptRuleSetResponse.BuilderDescribeActiveReceiptRuleSetResponse.Builder. metadata(ReceiptRuleSetMetadata metadata)The metadata for the currently active receipt rule set.DescribeReceiptRuleSetResponse.BuilderDescribeReceiptRuleSetResponse.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.BuilderListReceiptRuleSetsResponse.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 ReceiptRuleSetMetadata Modifier and Type Method Description ListReceiptRuleSetsResponse.BuilderListReceiptRuleSetsResponse.Builder. ruleSets(Collection<ReceiptRuleSetMetadata> ruleSets)The metadata for the currently active receipt rule set.
-