Uses of Interface
software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusError.Builder
-
Packages that use UpdateCostAllocationTagsStatusError.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of UpdateCostAllocationTagsStatusError.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return UpdateCostAllocationTagsStatusError.Builder Modifier and Type Method Description static UpdateCostAllocationTagsStatusError.BuilderUpdateCostAllocationTagsStatusError. builder()UpdateCostAllocationTagsStatusError.BuilderUpdateCostAllocationTagsStatusError.Builder. code(String code)An error code representing why the action failed on this entry.UpdateCostAllocationTagsStatusError.BuilderUpdateCostAllocationTagsStatusError.Builder. message(String message)A message explaining why the action failed on this entry.UpdateCostAllocationTagsStatusError.BuilderUpdateCostAllocationTagsStatusError.Builder. tagKey(String tagKey)The key for the cost allocation tag.UpdateCostAllocationTagsStatusError.BuilderUpdateCostAllocationTagsStatusError. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type UpdateCostAllocationTagsStatusError.Builder Modifier and Type Method Description static Class<? extends UpdateCostAllocationTagsStatusError.Builder>UpdateCostAllocationTagsStatusError. serializableBuilderClass()
-