| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionValuesWithAttributes |
DimensionValuesWithAttributes.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
DimensionValuesWithAttributes |
DimensionValuesWithAttributes.clearAttributesEntries()
Removes all the entries added into Attributes.
|
DimensionValuesWithAttributes |
DimensionValuesWithAttributes.clone() |
DimensionValuesWithAttributes |
DimensionValuesWithAttributes.withAttributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension. |
DimensionValuesWithAttributes |
DimensionValuesWithAttributes.withValue(String value)
The value of a dimension with a specific attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionValuesWithAttributes> |
GetCostAndUsageResult.getDimensionValueAttributes()
The attributes that apply to a specific dimension value.
|
List<DimensionValuesWithAttributes> |
GetCostAndUsageWithResourcesResult.getDimensionValueAttributes()
The attributes that apply to a specific dimension value.
|
List<DimensionValuesWithAttributes> |
GetDimensionValuesResult.getDimensionValues()
The filters that you used to filter your request.
|
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageResult |
GetCostAndUsageResult.withDimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withDimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetDimensionValuesResult |
GetDimensionValuesResult.withDimensionValues(DimensionValuesWithAttributes... dimensionValues)
The filters that you used to filter your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCostAndUsageResult.setDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
void |
GetCostAndUsageWithResourcesResult.setDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
void |
GetDimensionValuesResult.setDimensionValues(Collection<DimensionValuesWithAttributes> dimensionValues)
The filters that you used to filter your request.
|
GetCostAndUsageResult |
GetCostAndUsageResult.withDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetDimensionValuesResult |
GetDimensionValuesResult.withDimensionValues(Collection<DimensionValuesWithAttributes> dimensionValues)
The filters that you used to filter your request.
|
Copyright © 2023. All rights reserved.