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