Uses of Interface
software.amazon.awssdk.services.costexplorer.model.DeleteCostCategoryDefinitionResponse.Builder
-
Packages that use DeleteCostCategoryDefinitionResponse.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of DeleteCostCategoryDefinitionResponse.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return DeleteCostCategoryDefinitionResponse.Builder Modifier and Type Method Description static DeleteCostCategoryDefinitionResponse.BuilderDeleteCostCategoryDefinitionResponse. builder()DeleteCostCategoryDefinitionResponse.BuilderDeleteCostCategoryDefinitionResponse.Builder. costCategoryArn(String costCategoryArn)The unique identifier for your Cost Category.DeleteCostCategoryDefinitionResponse.BuilderDeleteCostCategoryDefinitionResponse.Builder. effectiveEnd(String effectiveEnd)The effective end date of the Cost Category as a result of deleting it.DeleteCostCategoryDefinitionResponse.BuilderDeleteCostCategoryDefinitionResponse. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type DeleteCostCategoryDefinitionResponse.Builder Modifier and Type Method Description static Class<? extends DeleteCostCategoryDefinitionResponse.Builder>DeleteCostCategoryDefinitionResponse. serializableBuilderClass()
-