Uses of Interface
software.amazon.awssdk.services.costexplorer.model.DescribeCostCategoryDefinitionResponse.Builder
-
Packages that use DescribeCostCategoryDefinitionResponse.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of DescribeCostCategoryDefinitionResponse.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return DescribeCostCategoryDefinitionResponse.Builder Modifier and Type Method Description static DescribeCostCategoryDefinitionResponse.BuilderDescribeCostCategoryDefinitionResponse. builder()default DescribeCostCategoryDefinitionResponse.BuilderDescribeCostCategoryDefinitionResponse.Builder. costCategory(Consumer<CostCategory.Builder> costCategory)Sets the value of the CostCategory property for this object.DescribeCostCategoryDefinitionResponse.BuilderDescribeCostCategoryDefinitionResponse.Builder. costCategory(CostCategory costCategory)Sets the value of the CostCategory property for this object.DescribeCostCategoryDefinitionResponse.BuilderDescribeCostCategoryDefinitionResponse. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type DescribeCostCategoryDefinitionResponse.Builder Modifier and Type Method Description static Class<? extends DescribeCostCategoryDefinitionResponse.Builder>DescribeCostCategoryDefinitionResponse. serializableBuilderClass()
-