| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostAllocationTagStatusEntry |
CostAllocationTagStatusEntry.clone() |
CostAllocationTagStatusEntry |
CostAllocationTagStatusEntry.withStatus(CostAllocationTagStatus status)
The status of a cost allocation tag.
|
CostAllocationTagStatusEntry |
CostAllocationTagStatusEntry.withStatus(String status)
The status of a cost allocation tag.
|
CostAllocationTagStatusEntry |
CostAllocationTagStatusEntry.withTagKey(String tagKey)
The key for the cost allocation tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<CostAllocationTagStatusEntry> |
UpdateCostAllocationTagsStatusRequest.getCostAllocationTagsStatus()
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusRequest |
UpdateCostAllocationTagsStatusRequest.withCostAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCostAllocationTagsStatusRequest.setCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
UpdateCostAllocationTagsStatusRequest |
UpdateCostAllocationTagsStatusRequest.withCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
Copyright © 2022. All rights reserved.