| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleSetMetadata |
DescribeReceiptRuleSetResponse.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.
|
ReceiptRuleSetMetadata |
DescribeActiveReceiptRuleSetResponse.metadata()
The metadata for the currently active receipt rule set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReceiptRuleSetMetadata> |
ListReceiptRuleSetsResponse.ruleSets()
The metadata for the currently active receipt rule set.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReceiptRuleSetResponse.Builder |
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.
|
DescribeActiveReceiptRuleSetResponse.Builder |
DescribeActiveReceiptRuleSetResponse.Builder.metadata(ReceiptRuleSetMetadata metadata)
The metadata for the currently active receipt rule set.
|
ListReceiptRuleSetsResponse.Builder |
ListReceiptRuleSetsResponse.Builder.ruleSets(ReceiptRuleSetMetadata... ruleSets)
The metadata for the currently active receipt rule set.
|
| Modifier and Type | Method and Description |
|---|---|
ListReceiptRuleSetsResponse.Builder |
ListReceiptRuleSetsResponse.Builder.ruleSets(Collection<ReceiptRuleSetMetadata> ruleSets)
The metadata for the currently active receipt rule set.
|
Copyright © 2023. All rights reserved.