Uses of Class
software.amazon.awssdk.services.costexplorer.model.LookbackPeriodInDays
-
Packages that use LookbackPeriodInDays Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of LookbackPeriodInDays in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return LookbackPeriodInDays Modifier and Type Method Description static LookbackPeriodInDaysLookbackPeriodInDays. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LookbackPeriodInDaysGetReservationPurchaseRecommendationRequest. lookbackPeriodInDays()The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.LookbackPeriodInDaysGetSavingsPlansPurchaseRecommendationRequest. lookbackPeriodInDays()The lookback period that's used to generate the recommendation.LookbackPeriodInDaysRecommendationDetailData. lookbackPeriodInDays()How many days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDaysReservationPurchaseRecommendation. lookbackPeriodInDays()How many days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDaysRightsizingRecommendationMetadata. lookbackPeriodInDays()The number of days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDaysSavingsPlansPurchaseRecommendation. lookbackPeriodInDays()The lookback period in days that's used to generate the recommendation.static LookbackPeriodInDaysLookbackPeriodInDays. 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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type LookbackPeriodInDays Modifier and Type Method Description static Set<LookbackPeriodInDays>LookbackPeriodInDays. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type LookbackPeriodInDays Modifier and Type Method Description GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)The lookback period that's used to generate the recommendation.RecommendationDetailData.BuilderRecommendationDetailData.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)How many days of previous usage that Amazon Web Services considers when making this recommendation.ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)How many days of previous usage that Amazon Web Services considers when making this recommendation.RightsizingRecommendationMetadata.BuilderRightsizingRecommendationMetadata.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)The number of days of previous usage that Amazon Web Services considers when making this recommendation.SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. lookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)The lookback period in days that's used to generate the recommendation.
-