Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusError
-
Packages that use UpdateCostAllocationTagsStatusError Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of UpdateCostAllocationTagsStatusError in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type UpdateCostAllocationTagsStatusError Modifier and Type Method Description List<UpdateCostAllocationTagsStatusError>UpdateCostAllocationTagsStatusResponse. errors()A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type UpdateCostAllocationTagsStatusError Modifier and Type Method Description UpdateCostAllocationTagsStatusResponse.BuilderUpdateCostAllocationTagsStatusResponse.Builder. errors(UpdateCostAllocationTagsStatusError... errors)A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type UpdateCostAllocationTagsStatusError Modifier and Type Method Description UpdateCostAllocationTagsStatusResponse.BuilderUpdateCostAllocationTagsStatusResponse.Builder. errors(Collection<UpdateCostAllocationTagsStatusError> errors)A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.
-