| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanPaymentOption |
SavingsPlanPaymentOption.fromValue(String value)
Use this in place of valueOf.
|
static SavingsPlanPaymentOption |
SavingsPlanPaymentOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanPaymentOption[] |
SavingsPlanPaymentOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SavingsPlan |
SavingsPlan.withPaymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
SavingsPlanOffering |
SavingsPlanOffering.withPaymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
ParentSavingsPlanOffering |
ParentSavingsPlanOffering.withPaymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPaymentOptions(SavingsPlanPaymentOption... paymentOptions)
The payment options.
|
DescribeSavingsPlansOfferingRatesRequest |
DescribeSavingsPlansOfferingRatesRequest.withSavingsPlanPaymentOptions(SavingsPlanPaymentOption... savingsPlanPaymentOptions)
The payment options.
|
Copyright © 2021. All rights reserved.