Uses of Interface
software.amazon.awssdk.services.pricing.PricingClient
-
Packages that use PricingClient Package Description software.amazon.awssdk.services.pricing The Amazon Web Services Price List API is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information.software.amazon.awssdk.services.pricing.paginators -
-
Uses of PricingClient in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing that return PricingClient Modifier and Type Method Description static PricingClientPricingClient. create()Create aPricingClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PricingClient in software.amazon.awssdk.services.pricing.paginators
Constructors in software.amazon.awssdk.services.pricing.paginators with parameters of type PricingClient Constructor Description DescribeServicesIterable(PricingClient client, DescribeServicesRequest firstRequest)GetAttributeValuesIterable(PricingClient client, GetAttributeValuesRequest firstRequest)GetProductsIterable(PricingClient client, GetProductsRequest firstRequest)ListPriceListsIterable(PricingClient client, ListPriceListsRequest firstRequest)
-