| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostAllocationTag |
CostAllocationTag.clone() |
CostAllocationTag |
CostAllocationTag.withStatus(CostAllocationTagStatus status)
The status of a cost allocation tag.
|
CostAllocationTag |
CostAllocationTag.withStatus(String status)
The status of a cost allocation tag.
|
CostAllocationTag |
CostAllocationTag.withTagKey(String tagKey)
The key for the cost allocation tag.
|
CostAllocationTag |
CostAllocationTag.withType(CostAllocationTagType type)
The type of cost allocation tag.
|
CostAllocationTag |
CostAllocationTag.withType(String type)
The type of cost allocation tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<CostAllocationTag> |
ListCostAllocationTagsResult.getCostAllocationTags()
A list of cost allocation tags that includes the detailed metadata for each one.
|
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagsResult |
ListCostAllocationTagsResult.withCostAllocationTags(CostAllocationTag... costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCostAllocationTagsResult.setCostAllocationTags(Collection<CostAllocationTag> costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
ListCostAllocationTagsResult |
ListCostAllocationTagsResult.withCostAllocationTags(Collection<CostAllocationTag> costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
Copyright © 2023. All rights reserved.