Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioCommitmentModificationItem
-
Packages that use BatchCreateBillScenarioCommitmentModificationItem Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateBillScenarioCommitmentModificationItem in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioCommitmentModificationItem Modifier and Type Method Description List<BatchCreateBillScenarioCommitmentModificationItem>BatchCreateBillScenarioCommitmentModificationResponse. items()Returns the list of successful commitment line items that were created for the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateBillScenarioCommitmentModificationItem Modifier and Type Method Description BatchCreateBillScenarioCommitmentModificationResponse.BuilderBatchCreateBillScenarioCommitmentModificationResponse.Builder. items(BatchCreateBillScenarioCommitmentModificationItem... items)Returns the list of successful commitment line items that were created for the Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateBillScenarioCommitmentModificationItem Modifier and Type Method Description BatchCreateBillScenarioCommitmentModificationResponse.BuilderBatchCreateBillScenarioCommitmentModificationResponse.Builder. items(Collection<BatchCreateBillScenarioCommitmentModificationItem> items)Returns the list of successful commitment line items that were created for the Bill Scenario.
-