| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionKeyDescription |
DimensionKeyDescription.addDimensionsEntry(String key,
String value) |
DimensionKeyDescription |
DimensionKeyDescription.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
DimensionKeyDescription |
DimensionKeyDescription.clone() |
DimensionKeyDescription |
DimensionKeyDescription.withDimensions(Map<String,String> dimensions)
A map of name-value pairs for the dimensions in the group.
|
DimensionKeyDescription |
DimensionKeyDescription.withPartitions(Collection<Double> partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription |
DimensionKeyDescription.withPartitions(Double... partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription |
DimensionKeyDescription.withTotal(Double total)
The aggregated metric value for the dimension(s), over the requested time range.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionKeyDescription> |
DescribeDimensionKeysResult.getKeys()
The dimension keys that were requested.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDimensionKeysResult |
DescribeDimensionKeysResult.withKeys(DimensionKeyDescription... keys)
The dimension keys that were requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDimensionKeysResult.setKeys(Collection<DimensionKeyDescription> keys)
The dimension keys that were requested.
|
DescribeDimensionKeysResult |
DescribeDimensionKeysResult.withKeys(Collection<DimensionKeyDescription> keys)
The dimension keys that were requested.
|
Copyright © 2020. All rights reserved.