Uses of Class
software.amazon.awssdk.services.billingconductor.model.MatchOption
-
Packages that use MatchOption Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of MatchOption in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return MatchOption Modifier and Type Method Description static MatchOptionMatchOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MatchOptionLineItemFilter. matchOption()The match criteria of the line item filter.static MatchOptionMatchOption. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchOption[]MatchOption. 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 MatchOption Modifier and Type Method Description static Set<MatchOption>MatchOption. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type MatchOption Modifier and Type Method Description LineItemFilter.BuilderLineItemFilter.Builder. matchOption(MatchOption matchOption)The match criteria of the line item filter.
-