Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageEntry
-
Packages that use BatchCreateWorkloadEstimateUsageEntry Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateWorkloadEstimateUsageEntry in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateWorkloadEstimateUsageEntry Modifier and Type Method Description List<BatchCreateWorkloadEstimateUsageEntry>BatchCreateWorkloadEstimateUsageRequest. usage()List of usage that you want to model in the Workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateWorkloadEstimateUsageEntry Modifier and Type Method Description BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. usage(BatchCreateWorkloadEstimateUsageEntry... usage)List of usage that you want to model in the Workload estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateWorkloadEstimateUsageEntry Modifier and Type Method Description BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. usage(Collection<BatchCreateWorkloadEstimateUsageEntry> usage)List of usage that you want to model in the Workload estimate.
-