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