Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateWorkloadEstimateUsageEntry
-
Packages that use BatchUpdateWorkloadEstimateUsageEntry Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateWorkloadEstimateUsageEntry in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateWorkloadEstimateUsageEntry Modifier and Type Method Description List<BatchUpdateWorkloadEstimateUsageEntry>BatchUpdateWorkloadEstimateUsageRequest. usage()List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateWorkloadEstimateUsageEntry Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageRequest.BuilderBatchUpdateWorkloadEstimateUsageRequest.Builder. usage(BatchUpdateWorkloadEstimateUsageEntry... usage)List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchUpdateWorkloadEstimateUsageEntry Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageRequest.BuilderBatchUpdateWorkloadEstimateUsageRequest.Builder. usage(Collection<BatchUpdateWorkloadEstimateUsageEntry> usage)List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
-