Uses of Class
software.amazon.awssdk.services.costexplorer.model.MatchOption
-
Packages that use MatchOption Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of MatchOption in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.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.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.costexplorer.model that return types with arguments of type MatchOption Modifier and Type Method Description static Set<MatchOption>MatchOption. knownValues()List<MatchOption>CostCategoryValues. matchOptions()The match options that you can use to filter your results.List<MatchOption>DimensionValues. matchOptions()The match options that you can use to filter your results.List<MatchOption>TagValues. matchOptions()The match options that you can use to filter your results.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type MatchOption Modifier and Type Method Description CostCategoryValues.BuilderCostCategoryValues.Builder. matchOptions(MatchOption... matchOptions)The match options that you can use to filter your results.DimensionValues.BuilderDimensionValues.Builder. matchOptions(MatchOption... matchOptions)The match options that you can use to filter your results.TagValues.BuilderTagValues.Builder. matchOptions(MatchOption... matchOptions)The match options that you can use to filter your results.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type MatchOption Modifier and Type Method Description CostCategoryValues.BuilderCostCategoryValues.Builder. matchOptions(Collection<MatchOption> matchOptions)The match options that you can use to filter your results.DimensionValues.BuilderDimensionValues.Builder. matchOptions(Collection<MatchOption> matchOptions)The match options that you can use to filter your results.TagValues.BuilderTagValues.Builder. matchOptions(Collection<MatchOption> matchOptions)The match options that you can use to filter your results.
-