| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSummary |
RecommendationSummary.clone() |
RecommendationSummary |
RecommendationSummary.withAccountId(String accountId)
The Amazon Web Services account ID of the recommendation summary.
|
RecommendationSummary |
RecommendationSummary.withCurrentPerformanceRiskRatings(CurrentPerformanceRiskRatings currentPerformanceRiskRatings)
An object that describes the performance risk ratings for a given resource type.
|
RecommendationSummary |
RecommendationSummary.withInferredWorkloadSavings(Collection<InferredWorkloadSaving> inferredWorkloadSavings)
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
RecommendationSummary |
RecommendationSummary.withInferredWorkloadSavings(InferredWorkloadSaving... inferredWorkloadSavings)
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
RecommendationSummary |
RecommendationSummary.withRecommendationResourceType(RecommendationSourceType recommendationResourceType)
The resource type that the recommendation summary applies to.
|
RecommendationSummary |
RecommendationSummary.withRecommendationResourceType(String recommendationResourceType)
The resource type that the recommendation summary applies to.
|
RecommendationSummary |
RecommendationSummary.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for a given resource type.
|
RecommendationSummary |
RecommendationSummary.withSummaries(Collection<Summary> summaries)
An array of objects that describe a recommendation summary.
|
RecommendationSummary |
RecommendationSummary.withSummaries(Summary... summaries)
An array of objects that describe a recommendation summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationSummary> |
GetRecommendationSummariesResult.getRecommendationSummaries()
An array of objects that summarize a recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationSummariesResult |
GetRecommendationSummariesResult.withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
An array of objects that summarize a recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationSummariesResult.setRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
An array of objects that summarize a recommendation.
|
GetRecommendationSummariesResult |
GetRecommendationSummariesResult.withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
An array of objects that summarize a recommendation.
|
Copyright © 2024. All rights reserved.