Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteBillScenarioCommitmentModificationRequest.Builder
-
Packages that use BatchDeleteBillScenarioCommitmentModificationRequest.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 BatchDeleteBillScenarioCommitmentModificationRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
Method parameters in software.amazon.awssdk.services.bcmpricingcalculator with type arguments of type BatchDeleteBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchDeleteBillScenarioCommitmentModification(Consumer<BatchDeleteBillScenarioCommitmentModificationRequest.Builder> batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario.default BatchDeleteBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchDeleteBillScenarioCommitmentModification(Consumer<BatchDeleteBillScenarioCommitmentModificationRequest.Builder> batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario. -
Uses of BatchDeleteBillScenarioCommitmentModificationRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchDeleteBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest.Builder. billScenarioId(String billScenarioId)The ID of the Bill Scenario for which you want to delete the modeled commitment.static BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest. builder()BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest.Builder. ids(String... ids)List of commitments that you want to delete from the Bill Scenario.BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest.Builder. ids(Collection<String> ids)List of commitments that you want to delete from the Bill Scenario.BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteBillScenarioCommitmentModificationRequest.BuilderBatchDeleteBillScenarioCommitmentModificationRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchDeleteBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteBillScenarioCommitmentModificationRequest.Builder>BatchDeleteBillScenarioCommitmentModificationRequest. serializableBuilderClass()
-