Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlanType
-
Packages that use SavingsPlanType Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlanType in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return SavingsPlanType Modifier and Type Method Description static SavingsPlanTypeSavingsPlanType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SavingsPlanTypeParentSavingsPlanOffering. planType()The plan type.SavingsPlanTypeSavingsPlanOffering. planType()The plan type.SavingsPlanTypeSavingsPlan. savingsPlanType()The plan type.static SavingsPlanTypeSavingsPlanType. valueOf(String name)Returns the enum constant of this type with the specified name.static SavingsPlanType[]SavingsPlanType. 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 SavingsPlanType Modifier and Type Method Description static Set<SavingsPlanType>SavingsPlanType. knownValues()List<SavingsPlanType>DescribeSavingsPlansOfferingsRequest. planTypes()The plan type.List<SavingsPlanType>DescribeSavingsPlansOfferingRatesRequest. savingsPlanTypes()The plan types.Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlanType Modifier and Type Method Description ParentSavingsPlanOffering.BuilderParentSavingsPlanOffering.Builder. planType(SavingsPlanType planType)The plan type.SavingsPlanOffering.BuilderSavingsPlanOffering.Builder. planType(SavingsPlanType planType)The plan type.DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. planTypes(SavingsPlanType... planTypes)The plan type.SavingsPlan.BuilderSavingsPlan.Builder. savingsPlanType(SavingsPlanType savingsPlanType)The plan type.DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. savingsPlanTypes(SavingsPlanType... savingsPlanTypes)The plan types.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type SavingsPlanType Modifier and Type Method Description DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. planTypes(Collection<SavingsPlanType> planTypes)The plan type.DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. savingsPlanTypes(Collection<SavingsPlanType> savingsPlanTypes)The plan types.
-