Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillEstimateInputCommitmentModificationSummary
-
-
Uses of BillEstimateInputCommitmentModificationSummary in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BillEstimateInputCommitmentModificationSummary Modifier and Type Method Description List<BillEstimateInputCommitmentModificationSummary>ListBillEstimateInputCommitmentModificationsResponse. items()The list of input commitment modifications associated with the bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillEstimateInputCommitmentModificationSummary Modifier and Type Method Description ListBillEstimateInputCommitmentModificationsResponse.BuilderListBillEstimateInputCommitmentModificationsResponse.Builder. items(BillEstimateInputCommitmentModificationSummary... items)The list of input commitment modifications associated with the bill estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BillEstimateInputCommitmentModificationSummary Modifier and Type Method Description ListBillEstimateInputCommitmentModificationsResponse.BuilderListBillEstimateInputCommitmentModificationsResponse.Builder. items(Collection<BillEstimateInputCommitmentModificationSummary> items)The list of input commitment modifications associated with the bill estimate. -
Uses of BillEstimateInputCommitmentModificationSummary in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type BillEstimateInputCommitmentModificationSummary Modifier and Type Method Description SdkIterable<BillEstimateInputCommitmentModificationSummary>ListBillEstimateInputCommitmentModificationsIterable. items()Returns an iterable to iterate through the paginatedListBillEstimateInputCommitmentModificationsResponse.items()member.SdkPublisher<BillEstimateInputCommitmentModificationSummary>ListBillEstimateInputCommitmentModificationsPublisher. items()Returns a publisher that can be used to get a stream of data.
-