| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static PaymentOption |
PaymentOption.fromValue(String value)
Use this in place of valueOf.
|
static PaymentOption |
PaymentOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentOption[] |
PaymentOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReservationPurchaseRecommendation |
ReservationPurchaseRecommendation.withPaymentOption(PaymentOption paymentOption)
The payment option for the reservation (for example,
AllUpfront or NoUpfront). |
GetReservationPurchaseRecommendationRequest |
GetReservationPurchaseRecommendationRequest.withPaymentOption(PaymentOption paymentOption)
The reservation purchase option that you want recommendations for.
|
RecommendationDetailData |
RecommendationDetailData.withPaymentOption(PaymentOption paymentOption)
The payment option for the commitment (for example, All Upfront or No Upfront).
|
SavingsPlansPurchaseRecommendation |
SavingsPlansPurchaseRecommendation.withPaymentOption(PaymentOption paymentOption)
The payment option that's used to generate the recommendation.
|
GetSavingsPlansPurchaseRecommendationRequest |
GetSavingsPlansPurchaseRecommendationRequest.withPaymentOption(PaymentOption paymentOption)
The payment option that's used to generate these recommendations.
|
Copyright © 2023. All rights reserved.