Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageItem
-
Packages that use BatchCreateWorkloadEstimateUsageItem Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateWorkloadEstimateUsageItem in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateWorkloadEstimateUsageItem Modifier and Type Method Description List<BatchCreateWorkloadEstimateUsageItem>BatchCreateWorkloadEstimateUsageResponse. items()Returns the list of successful usage line items that were created for the Workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateWorkloadEstimateUsageItem Modifier and Type Method Description BatchCreateWorkloadEstimateUsageResponse.BuilderBatchCreateWorkloadEstimateUsageResponse.Builder. items(BatchCreateWorkloadEstimateUsageItem... items)Returns the list of successful usage line items that were created for the Workload estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateWorkloadEstimateUsageItem Modifier and Type Method Description BatchCreateWorkloadEstimateUsageResponse.BuilderBatchCreateWorkloadEstimateUsageResponse.Builder. items(Collection<BatchCreateWorkloadEstimateUsageItem> items)Returns the list of successful usage line items that were created for the Workload estimate.
-