Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateUpdateUsageErrorCode
-
Packages that use WorkloadEstimateUpdateUsageErrorCode Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of WorkloadEstimateUpdateUsageErrorCode in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return WorkloadEstimateUpdateUsageErrorCode Modifier and Type Method Description WorkloadEstimateUpdateUsageErrorCodeBatchDeleteWorkloadEstimateUsageError. errorCode()The code associated with the error.WorkloadEstimateUpdateUsageErrorCodeBatchUpdateWorkloadEstimateUsageError. errorCode()The code associated with the error.static WorkloadEstimateUpdateUsageErrorCodeWorkloadEstimateUpdateUsageErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkloadEstimateUpdateUsageErrorCodeWorkloadEstimateUpdateUsageErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadEstimateUpdateUsageErrorCode[]WorkloadEstimateUpdateUsageErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type WorkloadEstimateUpdateUsageErrorCode Modifier and Type Method Description static Set<WorkloadEstimateUpdateUsageErrorCode>WorkloadEstimateUpdateUsageErrorCode. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateUpdateUsageErrorCode Modifier and Type Method Description BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError.Builder. errorCode(WorkloadEstimateUpdateUsageErrorCode errorCode)The code associated with the error.BatchUpdateWorkloadEstimateUsageError.BuilderBatchUpdateWorkloadEstimateUsageError.Builder. errorCode(WorkloadEstimateUpdateUsageErrorCode errorCode)The code associated with the error.
-