Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlanRateFilterAttribute
-
Packages that use SavingsPlanRateFilterAttribute Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlanRateFilterAttribute in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return SavingsPlanRateFilterAttribute Modifier and Type Method Description static SavingsPlanRateFilterAttributeSavingsPlanRateFilterAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SavingsPlanRateFilterAttributeSavingsPlanOfferingRateFilterElement. name()The filter name.static SavingsPlanRateFilterAttributeSavingsPlanRateFilterAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static SavingsPlanRateFilterAttribute[]SavingsPlanRateFilterAttribute. 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 SavingsPlanRateFilterAttribute Modifier and Type Method Description static Set<SavingsPlanRateFilterAttribute>SavingsPlanRateFilterAttribute. knownValues()Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlanRateFilterAttribute Modifier and Type Method Description SavingsPlanOfferingRateFilterElement.BuilderSavingsPlanOfferingRateFilterElement.Builder. name(SavingsPlanRateFilterAttribute name)The filter name.
-