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()Get impactImpactBreakdown.getImpact()Get impactImpactResourceTreeNode.getImpact()Get impactZoneImpact.getImpact()Get impactMethods in com.exoscale.sdk.model with parameters of type ImpactValueWithUnitModifier and TypeMethodDescriptionGetImpactEstimate200Response.putImpactItem(String key, ImpactValueWithUnit impactItem) ImpactBreakdown.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 TypeMethodDescriptionGetImpactEstimate200Response.impact(Map<String, ImpactValueWithUnit> impact) ImpactBreakdown.impact(Map<String, ImpactValueWithUnit> impact) ImpactResourceTreeNode.impact(Map<String, ImpactValueWithUnit> impact) ZoneImpact.impact(Map<String, ImpactValueWithUnit> impact) voidGetImpactEstimate200Response.setImpact(Map<String, ImpactValueWithUnit> impact) voidImpactBreakdown.setImpact(Map<String, ImpactValueWithUnit> impact) voidImpactResourceTreeNode.setImpact(Map<String, ImpactValueWithUnit> impact) voidZoneImpact.setImpact(Map<String, ImpactValueWithUnit> impact)