Uses of Class
com.exoscale.sdk.model.ImpactValueWithUnit
Packages that use ImpactValueWithUnit
-
Uses of ImpactValueWithUnit in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return ImpactValueWithUnitMethods in com.exoscale.sdk.model that return types with arguments of type ImpactValueWithUnitModifier and TypeMethodDescriptionGetImpactEstimate200Response.getImpact()Map of SKUs to their different impact indicatorsImpactBreakdown.getImpact()Get impactImpactResourceTreeNode.getImpact()Get impactZoneImpact.getImpact()Get impactMethods in com.exoscale.sdk.model with parameters of type ImpactValueWithUnitModifier and TypeMethodDescriptionImpactBreakdown.putImpactItem(String key, ImpactValueWithUnit impactItem) ImpactResourceTreeNode.putImpactItem(String key, ImpactValueWithUnit impactItem) ZoneImpact.putImpactItem(String key, ImpactValueWithUnit impactItem) voidImpactResourceTreeNode.setUsage(ImpactValueWithUnit usage) ImpactResourceTreeNode.usage(ImpactValueWithUnit usage) Method parameters in com.exoscale.sdk.model with type arguments of type ImpactValueWithUnitModifier and TypeMethodDescriptionImpactBreakdown.impact(Map<String, ImpactValueWithUnit> impact) ImpactResourceTreeNode.impact(Map<String, ImpactValueWithUnit> impact) ZoneImpact.impact(Map<String, ImpactValueWithUnit> impact) GetImpactEstimate200Response.putImpactItem(String key, Map<String, ImpactValueWithUnit> impactItem) voidvoidImpactBreakdown.setImpact(Map<String, ImpactValueWithUnit> impact) voidImpactResourceTreeNode.setImpact(Map<String, ImpactValueWithUnit> impact) voidZoneImpact.setImpact(Map<String, ImpactValueWithUnit> impact)