| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionValues |
DimensionValues.clone() |
DimensionValues |
Expression.getDimensions()
The specific
Dimension to use for Expression. |
DimensionValues |
DimensionValues.withKey(Dimension key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues |
DimensionValues.withKey(String key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues |
DimensionValues.withMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withMatchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withMatchOptions(String... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withValues(Collection<String> values)
The metadata values that you can use to filter and group your results.
|
DimensionValues |
DimensionValues.withValues(String... values)
The metadata values that you can use to filter and group your results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setDimensions(DimensionValues dimensions)
The specific
Dimension to use for Expression. |
Expression |
Expression.withDimensions(DimensionValues dimensions)
The specific
Dimension to use for Expression. |
Copyright © 2021. All rights reserved.