| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withCreatedTimestamp(Date createdTimestamp)
The first time this issue was encountered and the recommendation was generated.
|
Recommendation |
Recommendation.withDescription(String description)
The recommendation description / disambiguator - e.g.
|
Recommendation |
Recommendation.withImpact(RecommendationImpact impact)
The recommendation impact, with values like
HIGH or LOW. |
Recommendation |
Recommendation.withImpact(String impact)
The recommendation impact, with values like
HIGH or LOW. |
Recommendation |
Recommendation.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The last time the recommendation was updated.
|
Recommendation |
Recommendation.withResourceArn(String resourceArn)
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com. |
Recommendation |
Recommendation.withStatus(RecommendationStatus status)
The recommendation status, with values like
OPEN or FIXED. |
Recommendation |
Recommendation.withStatus(String status)
The recommendation status, with values like
OPEN or FIXED. |
Recommendation |
Recommendation.withType(RecommendationType type)
The recommendation type, with values like
DKIM, SPF, DMARC or
BIMI. |
Recommendation |
Recommendation.withType(String type)
The recommendation type, with values like
DKIM, SPF, DMARC or
BIMI. |
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResult.getRecommendations()
The recommendations applicable to your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
The recommendations applicable to your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations)
The recommendations applicable to your account.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The recommendations applicable to your account.
|
Copyright © 2025. All rights reserved.