Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageCode
-
Packages that use BatchCreateWorkloadEstimateUsageCode Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateWorkloadEstimateUsageCode in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchCreateWorkloadEstimateUsageCode Modifier and Type Method Description BatchCreateWorkloadEstimateUsageCodeBatchCreateWorkloadEstimateUsageError. errorCode()The error code associated with the failed operation.static BatchCreateWorkloadEstimateUsageCodeBatchCreateWorkloadEstimateUsageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchCreateWorkloadEstimateUsageCodeBatchCreateWorkloadEstimateUsageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchCreateWorkloadEstimateUsageCode[]BatchCreateWorkloadEstimateUsageCode. 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 BatchCreateWorkloadEstimateUsageCode Modifier and Type Method Description static Set<BatchCreateWorkloadEstimateUsageCode>BatchCreateWorkloadEstimateUsageCode. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateWorkloadEstimateUsageCode Modifier and Type Method Description BatchCreateWorkloadEstimateUsageError.BuilderBatchCreateWorkloadEstimateUsageError.Builder. errorCode(BatchCreateWorkloadEstimateUsageCode errorCode)The error code associated with the failed operation.
-