| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withAccountId(String accountId)
The account that the recommendation is for.
|
Recommendation |
Recommendation.withActionType(String actionType)
The type of tasks that can be carried out by this action.
|
Recommendation |
Recommendation.withCurrencyCode(String currencyCode)
The currency code used for the recommendation.
|
Recommendation |
Recommendation.withCurrentResourceSummary(String currentResourceSummary)
Describes the current resource.
|
Recommendation |
Recommendation.withCurrentResourceType(String currentResourceType)
The current resource type.
|
Recommendation |
Recommendation.withEstimatedMonthlyCost(Double estimatedMonthlyCost)
The estimated monthly cost of the current resource.
|
Recommendation |
Recommendation.withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings amount for the recommendation.
|
Recommendation |
Recommendation.withEstimatedSavingsPercentage(Double estimatedSavingsPercentage)
The estimated savings percentage relative to the total cost over the cost calculation lookback period.
|
Recommendation |
Recommendation.withImplementationEffort(String implementationEffort)
The effort required to implement the recommendation.
|
Recommendation |
Recommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The time when the recommendation was last generated.
|
Recommendation |
Recommendation.withRecommendationId(String recommendationId)
The ID for the recommendation.
|
Recommendation |
Recommendation.withRecommendationLookbackPeriodInDays(Integer recommendationLookbackPeriodInDays)
The lookback period that's used to generate the recommendation.
|
Recommendation |
Recommendation.withRecommendedResourceSummary(String recommendedResourceSummary)
Describes the recommended resource.
|
Recommendation |
Recommendation.withRecommendedResourceType(String recommendedResourceType)
The recommended resource type.
|
Recommendation |
Recommendation.withRegion(String region)
The Amazon Web Services Region of the resource.
|
Recommendation |
Recommendation.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the recommendation.
|
Recommendation |
Recommendation.withResourceId(String resourceId)
The resource ID for the recommendation.
|
Recommendation |
Recommendation.withRestartNeeded(Boolean restartNeeded)
Whether or not implementing the recommendation requires a restart.
|
Recommendation |
Recommendation.withRollbackPossible(Boolean rollbackPossible)
Whether or not implementing the recommendation can be rolled back.
|
Recommendation |
Recommendation.withSource(Source source)
The source of the recommendation.
|
Recommendation |
Recommendation.withSource(String source)
The source of the recommendation.
|
Recommendation |
Recommendation.withTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
Recommendation |
Recommendation.withTags(Tag... tags)
A list of tags assigned to the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResult.getItems()
List of all savings recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withItems(Recommendation... items)
List of all savings recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setItems(Collection<Recommendation> items)
List of all savings recommendations.
|
ListRecommendationsResult |
ListRecommendationsResult.withItems(Collection<Recommendation> items)
List of all savings recommendations.
|
Copyright © 2024. All rights reserved.