Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillEstimateSummary
-
Packages that use BillEstimateSummary Package Description software.amazon.awssdk.services.bcmpricingcalculator.model software.amazon.awssdk.services.bcmpricingcalculator.paginators -
-
Uses of BillEstimateSummary in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BillEstimateSummary Modifier and Type Method Description List<BillEstimateSummary>ListBillEstimatesResponse. items()The list of bill estimates for the account.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillEstimateSummary Modifier and Type Method Description ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. items(BillEstimateSummary... items)The list of bill estimates for the account.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BillEstimateSummary Modifier and Type Method Description ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. items(Collection<BillEstimateSummary> items)The list of bill estimates for the account. -
Uses of BillEstimateSummary in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type BillEstimateSummary Modifier and Type Method Description SdkIterable<BillEstimateSummary>ListBillEstimatesIterable. items()Returns an iterable to iterate through the paginatedListBillEstimatesResponse.items()member.SdkPublisher<BillEstimateSummary>ListBillEstimatesPublisher. items()Returns a publisher that can be used to get a stream of data.
-