Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlanPaymentOption
-
Packages that use SavingsPlanPaymentOption Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlanPaymentOption in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return SavingsPlanPaymentOption Modifier and Type Method Description static SavingsPlanPaymentOptionSavingsPlanPaymentOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SavingsPlanPaymentOptionParentSavingsPlanOffering. paymentOption()The payment option.SavingsPlanPaymentOptionSavingsPlan. paymentOption()The payment option.SavingsPlanPaymentOptionSavingsPlanOffering. paymentOption()The payment option.static SavingsPlanPaymentOptionSavingsPlanPaymentOption. 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.Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type SavingsPlanPaymentOption Modifier and Type Method Description static Set<SavingsPlanPaymentOption>SavingsPlanPaymentOption. knownValues()List<SavingsPlanPaymentOption>DescribeSavingsPlansOfferingsRequest. paymentOptions()The payment options.List<SavingsPlanPaymentOption>DescribeSavingsPlansOfferingRatesRequest. savingsPlanPaymentOptions()The payment options.Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlanPaymentOption Modifier and Type Method Description ParentSavingsPlanOffering.BuilderParentSavingsPlanOffering.Builder. paymentOption(SavingsPlanPaymentOption paymentOption)The payment option.SavingsPlan.BuilderSavingsPlan.Builder. paymentOption(SavingsPlanPaymentOption paymentOption)The payment option.SavingsPlanOffering.BuilderSavingsPlanOffering.Builder. paymentOption(SavingsPlanPaymentOption paymentOption)The payment option.DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. paymentOptions(SavingsPlanPaymentOption... paymentOptions)The payment options.DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. savingsPlanPaymentOptions(SavingsPlanPaymentOption... savingsPlanPaymentOptions)The payment options.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type SavingsPlanPaymentOption Modifier and Type Method Description DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. paymentOptions(Collection<SavingsPlanPaymentOption> paymentOptions)The payment options.DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. savingsPlanPaymentOptions(Collection<SavingsPlanPaymentOption> savingsPlanPaymentOptions)The payment options.
-