| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusError |
UpdateCostAllocationTagsStatusError.clone() |
UpdateCostAllocationTagsStatusError |
UpdateCostAllocationTagsStatusError.withCode(String code)
An error code representing why the action failed on this entry.
|
UpdateCostAllocationTagsStatusError |
UpdateCostAllocationTagsStatusError.withMessage(String message)
A message explaining why the action failed on this entry.
|
UpdateCostAllocationTagsStatusError |
UpdateCostAllocationTagsStatusError.withTagKey(String tagKey)
The key for the cost allocation tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateCostAllocationTagsStatusError> |
UpdateCostAllocationTagsStatusResult.getErrors()
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusResult |
UpdateCostAllocationTagsStatusResult.withErrors(UpdateCostAllocationTagsStatusError... errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCostAllocationTagsStatusResult.setErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
UpdateCostAllocationTagsStatusResult |
UpdateCostAllocationTagsStatusResult.withErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
Copyright © 2023. All rights reserved.