Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageError
-
Packages that use BatchCreateWorkloadEstimateUsageError Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateWorkloadEstimateUsageError in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateWorkloadEstimateUsageError Modifier and Type Method Description List<BatchCreateWorkloadEstimateUsageError>BatchCreateWorkloadEstimateUsageResponse. errors()Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateWorkloadEstimateUsageError Modifier and Type Method Description BatchCreateWorkloadEstimateUsageResponse.BuilderBatchCreateWorkloadEstimateUsageResponse.Builder. errors(BatchCreateWorkloadEstimateUsageError... errors)Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateWorkloadEstimateUsageError Modifier and Type Method Description BatchCreateWorkloadEstimateUsageResponse.BuilderBatchCreateWorkloadEstimateUsageResponse.Builder. errors(Collection<BatchCreateWorkloadEstimateUsageError> errors)Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
-