Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteWorkloadEstimateUsageRequest.Builder
-
Packages that use BatchDeleteWorkloadEstimateUsageRequest.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use.software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchDeleteWorkloadEstimateUsageRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
Method parameters in software.amazon.awssdk.services.bcmpricingcalculator with type arguments of type BatchDeleteWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchDeleteWorkloadEstimateUsage(Consumer<BatchDeleteWorkloadEstimateUsageRequest.Builder> batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate.default BatchDeleteWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchDeleteWorkloadEstimateUsage(Consumer<BatchDeleteWorkloadEstimateUsageRequest.Builder> batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate. -
Uses of BatchDeleteWorkloadEstimateUsageRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchDeleteWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description static BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest. builder()BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest.Builder. ids(String... ids)List of usage that you want to delete from the Workload estimate.BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest.Builder. ids(Collection<String> ids)List of usage that you want to delete from the Workload estimate.BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest. toBuilder()BatchDeleteWorkloadEstimateUsageRequest.BuilderBatchDeleteWorkloadEstimateUsageRequest.Builder. workloadEstimateId(String workloadEstimateId)The ID of the Workload estimate for which you want to delete the modeled usage.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchDeleteWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteWorkloadEstimateUsageRequest.Builder>BatchDeleteWorkloadEstimateUsageRequest. serializableBuilderClass()
-