| Package | Description |
|---|---|
| com.amazonaws.services.trustedadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSummary |
RecommendationSummary.clone() |
RecommendationSummary |
RecommendationSummary.withArn(String arn)
The ARN of the Recommendation
|
RecommendationSummary |
RecommendationSummary.withAwsServices(Collection<String> awsServices)
The AWS Services that the Recommendation applies to
|
RecommendationSummary |
RecommendationSummary.withAwsServices(String... awsServices)
The AWS Services that the Recommendation applies to
|
RecommendationSummary |
RecommendationSummary.withCheckArn(String checkArn)
The AWS Trusted Advisor Check ARN that relates to the Recommendation
|
RecommendationSummary |
RecommendationSummary.withCreatedAt(Date createdAt)
When the Recommendation was created, if created by AWS Trusted Advisor Priority
|
RecommendationSummary |
RecommendationSummary.withId(String id)
The ID which identifies where the Recommendation was produced
|
RecommendationSummary |
RecommendationSummary.withLastUpdatedAt(Date lastUpdatedAt)
When the Recommendation was last updated
|
RecommendationSummary |
RecommendationSummary.withLifecycleStage(RecommendationLifecycleStage lifecycleStage)
The lifecycle stage from AWS Trusted Advisor Priority
|
RecommendationSummary |
RecommendationSummary.withLifecycleStage(String lifecycleStage)
The lifecycle stage from AWS Trusted Advisor Priority
|
RecommendationSummary |
RecommendationSummary.withName(String name)
The name of the AWS Trusted Advisor Recommendation
|
RecommendationSummary |
RecommendationSummary.withPillars(Collection<String> pillars)
The Pillars that the Recommendation is optimizing
|
RecommendationSummary |
RecommendationSummary.withPillars(RecommendationPillar... pillars)
The Pillars that the Recommendation is optimizing
|
RecommendationSummary |
RecommendationSummary.withPillars(String... pillars)
The Pillars that the Recommendation is optimizing
|
RecommendationSummary |
RecommendationSummary.withPillarSpecificAggregates(RecommendationPillarSpecificAggregates pillarSpecificAggregates)
The pillar aggregations for cost savings
|
RecommendationSummary |
RecommendationSummary.withResourcesAggregates(RecommendationResourcesAggregates resourcesAggregates)
An aggregation of all resources
|
RecommendationSummary |
RecommendationSummary.withSource(RecommendationSource source)
The source of the Recommendation
|
RecommendationSummary |
RecommendationSummary.withSource(String source)
The source of the Recommendation
|
RecommendationSummary |
RecommendationSummary.withStatus(RecommendationStatus status)
The status of the Recommendation
|
RecommendationSummary |
RecommendationSummary.withStatus(String status)
The status of the Recommendation
|
RecommendationSummary |
RecommendationSummary.withType(RecommendationType type)
Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority
|
RecommendationSummary |
RecommendationSummary.withType(String type)
Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationSummary> |
ListRecommendationsResult.getRecommendationSummaries()
The list of Recommendations
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
The list of Recommendations
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
The list of Recommendations
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
The list of Recommendations
|
Copyright © 2024. All rights reserved.