Uses of Class
software.amazon.awssdk.services.pi.model.DimensionDetail
Packages that use DimensionDetail
-
Uses of DimensionDetail in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DimensionDetailModifier and TypeMethodDescriptionfinal List<DimensionDetail>DimensionGroupDetail.dimensions()The dimensions within a dimension group.Methods in software.amazon.awssdk.services.pi.model with parameters of type DimensionDetailModifier and TypeMethodDescriptionDimensionGroupDetail.Builder.dimensions(DimensionDetail... dimensions) The dimensions within a dimension group.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type DimensionDetailModifier and TypeMethodDescriptionDimensionGroupDetail.Builder.dimensions(Collection<DimensionDetail> dimensions) The dimensions within a dimension group.