Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlanProductType
-
Packages that use SavingsPlanProductType Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlanProductType in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return SavingsPlanProductType Modifier and Type Method Description static SavingsPlanProductTypeSavingsPlanProductType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SavingsPlanProductTypeDescribeSavingsPlansOfferingsRequest. productType()The product type.SavingsPlanProductTypeSavingsPlanOfferingRate. productType()The product type.SavingsPlanProductTypeSavingsPlanRate. productType()The product type.static SavingsPlanProductTypeSavingsPlanProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static SavingsPlanProductType[]SavingsPlanProductType. 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 SavingsPlanProductType Modifier and Type Method Description static Set<SavingsPlanProductType>SavingsPlanProductType. knownValues()List<SavingsPlanProductType>DescribeSavingsPlansOfferingRatesRequest. products()The AWS products.List<SavingsPlanProductType>SavingsPlan. productTypes()The product types.List<SavingsPlanProductType>SavingsPlanOffering. productTypes()The product type.Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlanProductType Modifier and Type Method Description DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. products(SavingsPlanProductType... products)The AWS products.DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. productType(SavingsPlanProductType productType)The product type.SavingsPlanOfferingRate.BuilderSavingsPlanOfferingRate.Builder. productType(SavingsPlanProductType productType)The product type.SavingsPlanRate.BuilderSavingsPlanRate.Builder. productType(SavingsPlanProductType productType)The product type.SavingsPlan.BuilderSavingsPlan.Builder. productTypes(SavingsPlanProductType... productTypes)The product types.SavingsPlanOffering.BuilderSavingsPlanOffering.Builder. productTypes(SavingsPlanProductType... productTypes)The product type.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type SavingsPlanProductType Modifier and Type Method Description DescribeSavingsPlansOfferingRatesRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder. products(Collection<SavingsPlanProductType> products)The AWS products.SavingsPlan.BuilderSavingsPlan.Builder. productTypes(Collection<SavingsPlanProductType> productTypes)The product types.SavingsPlanOffering.BuilderSavingsPlanOffering.Builder. productTypes(Collection<SavingsPlanProductType> productTypes)The product type.
-