| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
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 dimension(s), over the requested time range.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DimensionKeyDescription.Builder> |
DimensionKeyDescription.serializableBuilderClass() |
Copyright © 2021. All rights reserved.