Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReceiptRuleSetMetadata |
DescribeReceiptRuleSetResult.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.
|
private ReceiptRuleSetMetadata |
DescribeActiveReceiptRuleSetResult.metadata
The metadata for the currently active receipt rule set.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReceiptRuleSetMetadata> |
ListReceiptRuleSetsResult.ruleSets
The metadata for the currently active receipt rule set.
|
Modifier and Type | Method and Description |
---|---|
ReceiptRuleSetMetadata |
ReceiptRuleSetMetadata.clone() |
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 |
DescribeActiveReceiptRuleSetResult.getMetadata()
The metadata for the currently active receipt rule set.
|
ReceiptRuleSetMetadata |
ReceiptRuleSetMetadata.withCreatedTimestamp(java.util.Date createdTimestamp)
The date and time the receipt rule set was created.
|
ReceiptRuleSetMetadata |
ReceiptRuleSetMetadata.withName(java.lang.String name)
The name of the receipt rule set.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReceiptRuleSetMetadata> |
ListReceiptRuleSetsResult.getRuleSets()
The metadata for the currently active receipt rule set.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
DescribeActiveReceiptRuleSetResult.setMetadata(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.
|
DescribeActiveReceiptRuleSetResult |
DescribeActiveReceiptRuleSetResult.withMetadata(ReceiptRuleSetMetadata metadata)
The metadata for the currently active receipt rule set.
|
ListReceiptRuleSetsResult |
ListReceiptRuleSetsResult.withRuleSets(ReceiptRuleSetMetadata... ruleSets)
The metadata for the currently active receipt rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
ListReceiptRuleSetsResult.setRuleSets(java.util.Collection<ReceiptRuleSetMetadata> ruleSets)
The metadata for the currently active receipt rule set.
|
ListReceiptRuleSetsResult |
ListReceiptRuleSetsResult.withRuleSets(java.util.Collection<ReceiptRuleSetMetadata> ruleSets)
The metadata for the currently active receipt rule set.
|
Modifier and Type | Method and Description |
---|---|
ReceiptRuleSetMetadata |
ReceiptRuleSetMetadataStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |