Uses of Class
software.amazon.awssdk.services.pi.model.DimensionGroup
Packages that use DimensionGroup
-
Uses of DimensionGroup in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return DimensionGroupModifier and TypeMethodDescriptionfinal DimensionGroupDescribeDimensionKeysRequest.groupBy()A specification for how to aggregate the data points from a query result.final DimensionGroupMetricQuery.groupBy()A specification for how to aggregate the data points from a query result.final DimensionGroupDescribeDimensionKeysRequest.partitionBy()For each dimension specified inGroupBy, specify a secondary dimension to further subdivide the partition keys in the response.Methods in software.amazon.awssdk.services.pi.model with parameters of type DimensionGroupModifier and TypeMethodDescriptionDescribeDimensionKeysRequest.Builder.groupBy(DimensionGroup groupBy) A specification for how to aggregate the data points from a query result.MetricQuery.Builder.groupBy(DimensionGroup groupBy) A specification for how to aggregate the data points from a query result.DescribeDimensionKeysRequest.Builder.partitionBy(DimensionGroup partitionBy) For each dimension specified inGroupBy, specify a secondary dimension to further subdivide the partition keys in the response.