Uses of Class
software.amazon.awssdk.services.pi.model.DimensionKeyDescription
Packages that use DimensionKeyDescription
-
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 DimensionKeyDescriptionModifier and TypeMethodDescriptionfinal List<DimensionKeyDescription>DescribeDimensionKeysResponse.keys()The dimension keys that were requested.Methods in software.amazon.awssdk.services.pi.model with parameters of type DimensionKeyDescriptionModifier and TypeMethodDescriptionDescribeDimensionKeysResponse.Builder.keys(DimensionKeyDescription... keys) The dimension keys that were requested.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type DimensionKeyDescriptionModifier and TypeMethodDescriptionDescribeDimensionKeysResponse.Builder.keys(Collection<DimensionKeyDescription> keys) The dimension keys that were requested.