Uses of Class
software.amazon.awssdk.services.pi.model.DimensionKeyDescription
-
Packages that use DimensionKeyDescription Package Description software.amazon.awssdk.services.pi.model -
-
Uses of DimensionKeyDescription in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DimensionKeyDescription Modifier and Type Method Description List<DimensionKeyDescription>DescribeDimensionKeysResponse. keys()The dimension keys that were requested.Methods in software.amazon.awssdk.services.pi.model with parameters of type DimensionKeyDescription Modifier and Type Method Description DescribeDimensionKeysResponse.BuilderDescribeDimensionKeysResponse.Builder. keys(DimensionKeyDescription... keys)The dimension keys that were requested.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type DimensionKeyDescription Modifier and Type Method Description DescribeDimensionKeysResponse.BuilderDescribeDimensionKeysResponse.Builder. keys(Collection<DimensionKeyDescription> keys)The dimension keys that were requested.
-