Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioCommitmentModificationRequest.Builder
-
Packages that use BatchCreateBillScenarioCommitmentModificationRequest.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 BatchCreateBillScenarioCommitmentModificationRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
Method parameters in software.amazon.awssdk.services.bcmpricingcalculator with type arguments of type BatchCreateBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchCreateBillScenarioCommitmentModification(Consumer<BatchCreateBillScenarioCommitmentModificationRequest.Builder> batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.default BatchCreateBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchCreateBillScenarioCommitmentModification(Consumer<BatchCreateBillScenarioCommitmentModificationRequest.Builder> batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario. -
Uses of BatchCreateBillScenarioCommitmentModificationRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchCreateBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. billScenarioId(String billScenarioId)The ID of the Bill Scenario for which you want to create the modeled commitment.static BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest. builder()BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. commitmentModifications(Collection<BatchCreateBillScenarioCommitmentModificationEntry> commitmentModifications)List of commitments that you want to model in the Bill Scenario.BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. commitmentModifications(Consumer<BatchCreateBillScenarioCommitmentModificationEntry.Builder>... commitmentModifications)List of commitments that you want to model in the Bill Scenario.BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. commitmentModifications(BatchCreateBillScenarioCommitmentModificationEntry... commitmentModifications)List of commitments that you want to model in the Bill Scenario.BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateBillScenarioCommitmentModificationRequest.BuilderBatchCreateBillScenarioCommitmentModificationRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioCommitmentModificationRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateBillScenarioCommitmentModificationRequest.Builder>BatchCreateBillScenarioCommitmentModificationRequest. serializableBuilderClass()
-