Uses of Class
software.amazon.awssdk.services.costexplorer.model.TermInYears
-
Packages that use TermInYears Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of TermInYears in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return TermInYears Modifier and Type Method Description static TermInYearsTermInYears. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TermInYearsGetReservationPurchaseRecommendationRequest. termInYears()The reservation term that you want recommendations for.TermInYearsGetSavingsPlansPurchaseRecommendationRequest. termInYears()The savings plan recommendation term that's used to generate these recommendations.TermInYearsRecommendationDetailData. termInYears()The term of the commitment in years.TermInYearsReservationPurchaseRecommendation. termInYears()The term of the reservation that you want recommendations for, in years.TermInYearsSavingsPlansPurchaseRecommendation. termInYears()The Savings Plans recommendation term in years.static TermInYearsTermInYears. valueOf(String name)Returns the enum constant of this type with the specified name.static TermInYears[]TermInYears. 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 TermInYears Modifier and Type Method Description static Set<TermInYears>TermInYears. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type TermInYears Modifier and Type Method Description GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. termInYears(TermInYears termInYears)The reservation term that you want recommendations for.GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. termInYears(TermInYears termInYears)The savings plan recommendation term that's used to generate these recommendations.RecommendationDetailData.BuilderRecommendationDetailData.Builder. termInYears(TermInYears termInYears)The term of the commitment in years.ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. termInYears(TermInYears termInYears)The term of the reservation that you want recommendations for, in years.SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. termInYears(TermInYears termInYears)The Savings Plans recommendation term in years.
-