| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static TagValues.Builder |
TagValues.builder() |
TagValues.Builder |
TagValues.Builder.key(String key)
The key for the tag.
|
TagValues.Builder |
TagValues.Builder.matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
TagValues.Builder.matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
TagValues.Builder.matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
TagValues.Builder.matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
TagValues.toBuilder() |
TagValues.Builder |
TagValues.Builder.values(Collection<String> values)
The specific value of the tag.
|
TagValues.Builder |
TagValues.Builder.values(String... values)
The specific value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagValues.Builder> |
TagValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Expression.Builder |
Expression.Builder.tags(Consumer<TagValues.Builder> tags)
The specific
Tag to use for Expression. |
Copyright © 2021. All rights reserved.