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