Uses of Class
software.amazon.awssdk.services.pricing.model.PriceList
-
Packages that use PriceList Package Description software.amazon.awssdk.services.pricing.model software.amazon.awssdk.services.pricing.paginators -
-
Uses of PriceList in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type PriceList Modifier and Type Method Description List<PriceList>ListPriceListsResponse. priceLists()The type of price list references that match your request.Methods in software.amazon.awssdk.services.pricing.model with parameters of type PriceList Modifier and Type Method Description ListPriceListsResponse.BuilderListPriceListsResponse.Builder. priceLists(PriceList... priceLists)The type of price list references that match your request.Method parameters in software.amazon.awssdk.services.pricing.model with type arguments of type PriceList Modifier and Type Method Description ListPriceListsResponse.BuilderListPriceListsResponse.Builder. priceLists(Collection<PriceList> priceLists)The type of price list references that match your request. -
Uses of PriceList in software.amazon.awssdk.services.pricing.paginators
Methods in software.amazon.awssdk.services.pricing.paginators that return types with arguments of type PriceList Modifier and Type Method Description SdkIterable<PriceList>ListPriceListsIterable. priceLists()Returns an iterable to iterate through the paginatedListPriceListsResponse.priceLists()member.SdkPublisher<PriceList>ListPriceListsPublisher. priceLists()Returns a publisher that can be used to get a stream of data.
-