| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResponsePartitionKey> |
DescribeDimensionKeysResponse.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 |
|---|---|
DescribeDimensionKeysResponse.Builder |
DescribeDimensionKeysResponse.Builder.partitionKeys(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 |
|---|---|
DescribeDimensionKeysResponse.Builder |
DescribeDimensionKeysResponse.Builder.partitionKeys(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.