Uses of Class
software.amazon.awssdk.services.pi.model.ResponsePartitionKey
-
Packages that use ResponsePartitionKey Package Description software.amazon.awssdk.services.pi.model -
-
Uses of ResponsePartitionKey in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ResponsePartitionKey Modifier and Type Method Description List<ResponsePartitionKey>DescribeDimensionKeysResponse. partitionKeys()IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.Methods in software.amazon.awssdk.services.pi.model with parameters of type ResponsePartitionKey Modifier and Type Method Description DescribeDimensionKeysResponse.BuilderDescribeDimensionKeysResponse.Builder. partitionKeys(ResponsePartitionKey... partitionKeys)IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type ResponsePartitionKey Modifier and Type Method Description DescribeDimensionKeysResponse.BuilderDescribeDimensionKeysResponse.Builder. partitionKeys(Collection<ResponsePartitionKey> partitionKeys)IfPartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.
-