Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillScenariosFilterName
-
Packages that use ListBillScenariosFilterName Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListBillScenariosFilterName in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListBillScenariosFilterName Modifier and Type Method Description static ListBillScenariosFilterNameListBillScenariosFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListBillScenariosFilterNameListBillScenariosFilter. name()The name of the filter attribute.static ListBillScenariosFilterNameListBillScenariosFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListBillScenariosFilterName[]ListBillScenariosFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillScenariosFilterName Modifier and Type Method Description static Set<ListBillScenariosFilterName>ListBillScenariosFilterName. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type ListBillScenariosFilterName Modifier and Type Method Description ListBillScenariosFilter.BuilderListBillScenariosFilter.Builder. name(ListBillScenariosFilterName name)The name of the filter attribute.
-