| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static PaymentOption |
PaymentOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PaymentOption |
GetReservationPurchaseRecommendationRequest.paymentOption()
The reservation purchase option that you want recommendations for.
|
PaymentOption |
GetSavingsPlansPurchaseRecommendationRequest.paymentOption()
The payment option that's used to generate these recommendations.
|
PaymentOption |
SavingsPlansPurchaseRecommendation.paymentOption()
The payment option that's used to generate the recommendation.
|
PaymentOption |
ReservationPurchaseRecommendation.paymentOption()
The payment option for the reservation (for example,
AllUpfront or NoUpfront). |
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 |
|---|---|
static Set<PaymentOption> |
PaymentOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReservationPurchaseRecommendationRequest.Builder |
GetReservationPurchaseRecommendationRequest.Builder.paymentOption(PaymentOption paymentOption)
The reservation purchase option that you want recommendations for.
|
GetSavingsPlansPurchaseRecommendationRequest.Builder |
GetSavingsPlansPurchaseRecommendationRequest.Builder.paymentOption(PaymentOption paymentOption)
The payment option that's used to generate these recommendations.
|
SavingsPlansPurchaseRecommendation.Builder |
SavingsPlansPurchaseRecommendation.Builder.paymentOption(PaymentOption paymentOption)
The payment option that's used to generate the recommendation.
|
ReservationPurchaseRecommendation.Builder |
ReservationPurchaseRecommendation.Builder.paymentOption(PaymentOption paymentOption)
The payment option for the reservation (for example,
AllUpfront or NoUpfront). |
Copyright © 2022. All rights reserved.