| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.builder() |
RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.Builder.estimatedTotalMonthlySavingsAmount(String estimatedTotalMonthlySavingsAmount)
Estimated total savings resulting from modifications, on a monthly basis.
|
RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.Builder.savingsCurrencyCode(String savingsCurrencyCode)
The currency code that AWS used to calculate the savings.
|
RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.Builder.savingsPercentage(String savingsPercentage)
Savings percentage based on the recommended modifications, relative to the total On-Demand costs associated
with these instances.
|
RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.toBuilder() |
RightsizingRecommendationSummary.Builder |
RightsizingRecommendationSummary.Builder.totalRecommendationCount(String totalRecommendationCount)
Total number of instance recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RightsizingRecommendationSummary.Builder> |
RightsizingRecommendationSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetRightsizingRecommendationResponse.Builder |
GetRightsizingRecommendationResponse.Builder.summary(Consumer<RightsizingRecommendationSummary.Builder> summary)
Summary of this recommendation set.
|
Copyright © 2021. All rights reserved.