Uses of Class
software.amazon.awssdk.services.costexplorer.model.DimensionValuesWithAttributes
-
Packages that use DimensionValuesWithAttributes Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of DimensionValuesWithAttributes in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type DimensionValuesWithAttributes Modifier and Type Method Description List<DimensionValuesWithAttributes>GetCostAndUsageResponse. dimensionValueAttributes()The attributes that apply to a specific dimension value.List<DimensionValuesWithAttributes>GetCostAndUsageWithResourcesResponse. dimensionValueAttributes()The attributes that apply to a specific dimension value.List<DimensionValuesWithAttributes>GetDimensionValuesResponse. dimensionValues()The filters that you used to filter your request.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type DimensionValuesWithAttributes Modifier and Type Method Description GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. dimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)The attributes that apply to a specific dimension value.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. dimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)The attributes that apply to a specific dimension value.GetDimensionValuesResponse.BuilderGetDimensionValuesResponse.Builder. dimensionValues(DimensionValuesWithAttributes... dimensionValues)The filters that you used to filter your request.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type DimensionValuesWithAttributes Modifier and Type Method Description GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. dimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)The attributes that apply to a specific dimension value.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. dimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)The attributes that apply to a specific dimension value.GetDimensionValuesResponse.BuilderGetDimensionValuesResponse.Builder. dimensionValues(Collection<DimensionValuesWithAttributes> dimensionValues)The filters that you used to filter your request.
-