| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
GetDimensionValuesRequest.dimension()
The name of the dimension.
|
static Dimension |
Dimension.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Dimension |
DimensionValues.key()
The names of the metadata types that you can use to filter and group your results.
|
static Dimension |
Dimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension[] |
Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Dimension> |
Dimension.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDimensionValuesRequest.Builder |
GetDimensionValuesRequest.Builder.dimension(Dimension dimension)
The name of the dimension.
|
DimensionValues.Builder |
DimensionValues.Builder.key(Dimension key)
The names of the metadata types that you can use to filter and group your results.
|
Copyright © 2022. All rights reserved.