| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionKeyDescription.Builder |
DimensionKeyDescription.Builder.additionalMetrics(Map<String,Double> additionalMetrics)
A map that contains the value for each additional metric.
|
static DimensionKeyDescription.Builder |
DimensionKeyDescription.builder() |
DimensionKeyDescription.Builder |
DimensionKeyDescription.Builder.dimensions(Map<String,String> dimensions)
A map of name-value pairs for the dimensions in the group.
|
DimensionKeyDescription.Builder |
DimensionKeyDescription.Builder.partitions(Collection<Double> partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription.Builder |
DimensionKeyDescription.Builder.partitions(Double... partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription.Builder |
DimensionKeyDescription.toBuilder() |
DimensionKeyDescription.Builder |
DimensionKeyDescription.Builder.total(Double total)
The aggregated metric value for the dimensions, over the requested time range.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DimensionKeyDescription.Builder> |
DimensionKeyDescription.serializableBuilderClass() |
Copyright © 2023. All rights reserved.