| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static CostCategoryValues.Builder |
CostCategoryValues.builder() |
CostCategoryValues.Builder |
CostCategoryValues.Builder.key(String key)
Sets the value of the Key property for this object.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.toBuilder() |
CostCategoryValues.Builder |
CostCategoryValues.Builder.values(Collection<String> values)
The specific value of the Cost Category.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.values(String... values)
The specific value of the Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CostCategoryValues.Builder> |
CostCategoryValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Expression.Builder |
Expression.Builder.costCategories(Consumer<CostCategoryValues.Builder> costCategories)
The filter that's based on
CostCategory values. |
Copyright © 2022. All rights reserved.