| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationDetailData |
RecommendationDetailData.clone() |
RecommendationDetailData |
GetSavingsPlanPurchaseRecommendationDetailsResult.getRecommendationDetailData()
Contains detailed information about a specific Savings Plan recommendation.
|
RecommendationDetailData |
RecommendationDetailData.withAccountId(String accountId)
The AccountID that the recommendation is generated for.
|
RecommendationDetailData |
RecommendationDetailData.withAccountScope(AccountScope accountScope)
The account scope that you want your recommendations for.
|
RecommendationDetailData |
RecommendationDetailData.withAccountScope(String accountScope)
The account scope that you want your recommendations for.
|
RecommendationDetailData |
RecommendationDetailData.withCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to generate the recommendation and present potential savings.
|
RecommendationDetailData |
RecommendationDetailData.withCurrentAverageCoverage(String currentAverageCoverage)
The average value of hourly coverage over the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withCurrentAverageHourlyOnDemandSpend(String currentAverageHourlyOnDemandSpend)
The average value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
RecommendationDetailData |
RecommendationDetailData.withCurrentMaximumHourlyOnDemandSpend(String currentMaximumHourlyOnDemandSpend)
The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
RecommendationDetailData |
RecommendationDetailData.withCurrentMinimumHourlyOnDemandSpend(String currentMinimumHourlyOnDemandSpend)
The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedAverageCoverage(String estimatedAverageCoverage)
The estimated coverage of the recommended Savings Plan.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedAverageUtilization(String estimatedAverageUtilization)
The estimated utilization of the recommended Savings Plan.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedMonthlySavingsAmount(String estimatedMonthlySavingsAmount)
The estimated monthly savings amount based on the recommended Savings Plan.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedOnDemandCost(String estimatedOnDemandCost)
The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the
lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedOnDemandCostWithCurrentCommitment(String estimatedOnDemandCostWithCurrentCommitment)
The estimated On-Demand costs you expect with no additional commitment, based on your usage of the selected time
period and the Savings Plan you own.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedROI(String estimatedROI)
The estimated return on investment that's based on the recommended Savings Plan that you purchased.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedSavingsAmount(String estimatedSavingsAmount)
The estimated savings amount that's based on the recommended Savings Plan over the length of the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedSavingsPercentage(String estimatedSavingsPercentage)
The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback
period.
|
RecommendationDetailData |
RecommendationDetailData.withEstimatedSPCost(String estimatedSPCost)
The cost of the recommended Savings Plan over the length of the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withExistingHourlyCommitment(String existingHourlyCommitment)
The existing hourly commitment for the Savings Plan type.
|
RecommendationDetailData |
RecommendationDetailData.withGenerationTimestamp(String generationTimestamp) |
RecommendationDetailData |
RecommendationDetailData.withHourlyCommitmentToPurchase(String hourlyCommitmentToPurchase)
The recommended hourly commitment level for the Savings Plan type and the configuration that's based on the usage
during the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withInstanceFamily(String instanceFamily)
The instance family of the recommended Savings Plan.
|
RecommendationDetailData |
RecommendationDetailData.withLatestUsageTimestamp(String latestUsageTimestamp) |
RecommendationDetailData |
RecommendationDetailData.withLookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
RecommendationDetailData |
RecommendationDetailData.withLookbackPeriodInDays(String lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
RecommendationDetailData |
RecommendationDetailData.withMetricsOverLookbackPeriod(Collection<RecommendationDetailHourlyMetrics> metricsOverLookbackPeriod)
The related hourly cost, coverage, and utilization metrics over the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withMetricsOverLookbackPeriod(RecommendationDetailHourlyMetrics... metricsOverLookbackPeriod)
The related hourly cost, coverage, and utilization metrics over the lookback period.
|
RecommendationDetailData |
RecommendationDetailData.withOfferingId(String offeringId)
The unique ID that's used to distinguish Savings Plans from one another.
|
RecommendationDetailData |
RecommendationDetailData.withPaymentOption(PaymentOption paymentOption)
The payment option for the commitment (for example, All Upfront or No Upfront).
|
RecommendationDetailData |
RecommendationDetailData.withPaymentOption(String paymentOption)
The payment option for the commitment (for example, All Upfront or No Upfront).
|
RecommendationDetailData |
RecommendationDetailData.withRegion(String region)
The region the recommendation is generated for.
|
RecommendationDetailData |
RecommendationDetailData.withSavingsPlansType(String savingsPlansType)
The requested Savings Plan recommendation type.
|
RecommendationDetailData |
RecommendationDetailData.withSavingsPlansType(SupportedSavingsPlansType savingsPlansType)
The requested Savings Plan recommendation type.
|
RecommendationDetailData |
RecommendationDetailData.withTermInYears(String termInYears)
The term of the commitment in years.
|
RecommendationDetailData |
RecommendationDetailData.withTermInYears(TermInYears termInYears)
The term of the commitment in years.
|
RecommendationDetailData |
RecommendationDetailData.withUpfrontCost(String upfrontCost)
The upfront cost of the recommended Savings Plan, based on the selected payment option.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSavingsPlanPurchaseRecommendationDetailsResult.setRecommendationDetailData(RecommendationDetailData recommendationDetailData)
Contains detailed information about a specific Savings Plan recommendation.
|
GetSavingsPlanPurchaseRecommendationDetailsResult |
GetSavingsPlanPurchaseRecommendationDetailsResult.withRecommendationDetailData(RecommendationDetailData recommendationDetailData)
Contains detailed information about a specific Savings Plan recommendation.
|
Copyright © 2024. All rights reserved.