Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteWorkloadEstimateUsageError.Builder
-
Packages that use BatchDeleteWorkloadEstimateUsageError.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchDeleteWorkloadEstimateUsageError.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchDeleteWorkloadEstimateUsageError.Builder Modifier and Type Method Description static BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError. builder()BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError.Builder. errorCode(String errorCode)The code associated with the error.BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError.Builder. errorCode(WorkloadEstimateUpdateUsageErrorCode errorCode)The code associated with the error.BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError.Builder. errorMessage(String errorMessage)The message that describes the error.BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError.Builder. id(String id)The ID of the error.BatchDeleteWorkloadEstimateUsageError.BuilderBatchDeleteWorkloadEstimateUsageError. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchDeleteWorkloadEstimateUsageError.Builder Modifier and Type Method Description static Class<? extends BatchDeleteWorkloadEstimateUsageError.Builder>BatchDeleteWorkloadEstimateUsageError. serializableBuilderClass()
-