| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static LookbackPeriodInDays |
LookbackPeriodInDays.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LookbackPeriodInDays |
GetReservationPurchaseRecommendationRequest.lookbackPeriodInDays()
The number of previous days that you want Amazon Web Services to consider when it calculates your
recommendations.
|
LookbackPeriodInDays |
RightsizingRecommendationMetadata.lookbackPeriodInDays()
The number of days of previous usage that Amazon Web Services considers when making this recommendation.
|
LookbackPeriodInDays |
GetSavingsPlansPurchaseRecommendationRequest.lookbackPeriodInDays()
The lookback period that's used to generate the recommendation.
|
LookbackPeriodInDays |
SavingsPlansPurchaseRecommendation.lookbackPeriodInDays()
The lookback period in days that's used to generate the recommendation.
|
LookbackPeriodInDays |
ReservationPurchaseRecommendation.lookbackPeriodInDays()
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
static LookbackPeriodInDays |
LookbackPeriodInDays.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookbackPeriodInDays[] |
LookbackPeriodInDays.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LookbackPeriodInDays> |
LookbackPeriodInDays.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReservationPurchaseRecommendationRequest.Builder |
GetReservationPurchaseRecommendationRequest.Builder.lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
The number of previous days that you want Amazon Web Services to consider when it calculates your
recommendations.
|
RightsizingRecommendationMetadata.Builder |
RightsizingRecommendationMetadata.Builder.lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
The number of days of previous usage that Amazon Web Services considers when making this recommendation.
|
GetSavingsPlansPurchaseRecommendationRequest.Builder |
GetSavingsPlansPurchaseRecommendationRequest.Builder.lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
The lookback period that's used to generate the recommendation.
|
SavingsPlansPurchaseRecommendation.Builder |
SavingsPlansPurchaseRecommendation.Builder.lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
The lookback period in days that's used to generate the recommendation.
|
ReservationPurchaseRecommendation.Builder |
ReservationPurchaseRecommendation.Builder.lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
Copyright © 2022. All rights reserved.