| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static TermInYears |
TermInYears.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TermInYears |
GetReservationPurchaseRecommendationRequest.termInYears()
The reservation term that you want recommendations for.
|
TermInYears |
GetSavingsPlansPurchaseRecommendationRequest.termInYears()
The savings plan recommendation term that's used to generate these recommendations.
|
TermInYears |
SavingsPlansPurchaseRecommendation.termInYears()
The Savings Plans recommendation term in years.
|
TermInYears |
ReservationPurchaseRecommendation.termInYears()
The term of the reservation that you want recommendations for, in years.
|
static TermInYears |
TermInYears.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TermInYears> |
TermInYears.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReservationPurchaseRecommendationRequest.Builder |
GetReservationPurchaseRecommendationRequest.Builder.termInYears(TermInYears termInYears)
The reservation term that you want recommendations for.
|
GetSavingsPlansPurchaseRecommendationRequest.Builder |
GetSavingsPlansPurchaseRecommendationRequest.Builder.termInYears(TermInYears termInYears)
The savings plan recommendation term that's used to generate these recommendations.
|
SavingsPlansPurchaseRecommendation.Builder |
SavingsPlansPurchaseRecommendation.Builder.termInYears(TermInYears termInYears)
The Savings Plans recommendation term in years.
|
ReservationPurchaseRecommendation.Builder |
ReservationPurchaseRecommendation.Builder.termInYears(TermInYears termInYears)
The term of the reservation that you want recommendations for, in years.
|
Copyright © 2023. All rights reserved.