Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimatesResponse.Builder
-
Packages that use ListBillEstimatesResponse.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListBillEstimatesResponse.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListBillEstimatesResponse.Builder Modifier and Type Method Description static ListBillEstimatesResponse.BuilderListBillEstimatesResponse. builder()ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. items(Collection<BillEstimateSummary> items)The list of bill estimates for the account.ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. items(Consumer<BillEstimateSummary.Builder>... items)The list of bill estimates for the account.ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. items(BillEstimateSummary... items)The list of bill estimates for the account.ListBillEstimatesResponse.BuilderListBillEstimatesResponse.Builder. nextToken(String nextToken)A token to retrieve the next page of results, if any.ListBillEstimatesResponse.BuilderListBillEstimatesResponse. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillEstimatesResponse.Builder Modifier and Type Method Description static Class<? extends ListBillEstimatesResponse.Builder>ListBillEstimatesResponse. serializableBuilderClass()
-