| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
ResponsePartitionKey |
ResponsePartitionKey.addDimensionsEntry(String key,
String value)
Add a single Dimensions entry
|
ResponsePartitionKey |
ResponsePartitionKey.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
ResponsePartitionKey |
ResponsePartitionKey.clone() |
ResponsePartitionKey |
ResponsePartitionKey.withDimensions(Map<String,String> dimensions)
A dimension map that contains the dimension(s) for this partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponsePartitionKey> |
DescribeDimensionKeysResult.getPartitionKeys()
If
PartitionBy was present in the request, PartitionKeys contains the breakdown of
dimension keys by the specified partitions. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDimensionKeysResult |
DescribeDimensionKeysResult.withPartitionKeys(ResponsePartitionKey... partitionKeys)
If
PartitionBy was present in the request, PartitionKeys contains the breakdown of
dimension keys by the specified partitions. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDimensionKeysResult.setPartitionKeys(Collection<ResponsePartitionKey> partitionKeys)
If
PartitionBy was present in the request, PartitionKeys contains the breakdown of
dimension keys by the specified partitions. |
DescribeDimensionKeysResult |
DescribeDimensionKeysResult.withPartitionKeys(Collection<ResponsePartitionKey> partitionKeys)
If
PartitionBy was present in the request, PartitionKeys contains the breakdown of
dimension keys by the specified partitions. |
Copyright © 2021. All rights reserved.