Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateWorkloadEstimateUsageError
-
Packages that use BatchUpdateWorkloadEstimateUsageError Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateWorkloadEstimateUsageError in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateWorkloadEstimateUsageError Modifier and Type Method Description List<BatchUpdateWorkloadEstimateUsageError>BatchUpdateWorkloadEstimateUsageResponse. errors()Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateWorkloadEstimateUsageError Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageResponse.BuilderBatchUpdateWorkloadEstimateUsageResponse.Builder. errors(BatchUpdateWorkloadEstimateUsageError... errors)Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchUpdateWorkloadEstimateUsageError Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageResponse.BuilderBatchUpdateWorkloadEstimateUsageResponse.Builder. errors(Collection<BatchUpdateWorkloadEstimateUsageError> errors)Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.
-