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