Uses of Interface
software.amazon.awssdk.services.costexplorer.model.TagValues.Builder
-
Packages that use TagValues.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of TagValues.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return TagValues.Builder Modifier and Type Method Description static TagValues.BuilderTagValues. builder()TagValues.BuilderTagValues.Builder. key(String key)The key for the tag.TagValues.BuilderTagValues.Builder. matchOptions(Collection<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.TagValues.BuilderTagValues.Builder. matchOptionsWithStrings(String... matchOptions)The match options that you can use to filter your results.TagValues.BuilderTagValues.Builder. matchOptionsWithStrings(Collection<String> matchOptions)The match options that you can use to filter your results.TagValues.BuilderTagValues. toBuilder()TagValues.BuilderTagValues.Builder. values(String... values)The specific value of the tag.TagValues.BuilderTagValues.Builder. values(Collection<String> values)The specific value of the tag.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type TagValues.Builder Modifier and Type Method Description static Class<? extends TagValues.Builder>TagValues. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type TagValues.Builder Modifier and Type Method Description default Expression.BuilderExpression.Builder. tags(Consumer<TagValues.Builder> tags)The specificTagto use forExpression.
-