Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.Usage
-
Packages that use Usage Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of Usage in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type Usage Modifier and Type Method Description List<Usage>ResourceCostCalculation. usages()Usage details of the resource recommendation.Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type Usage Modifier and Type Method Description ResourceCostCalculation.BuilderResourceCostCalculation.Builder. usages(Usage... usages)Usage details of the resource recommendation.Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type Usage Modifier and Type Method Description ResourceCostCalculation.BuilderResourceCostCalculation.Builder. usages(Collection<Usage> usages)Usage details of the resource recommendation.
-