Uses of Interface
software.amazon.awssdk.services.pricing.PricingAsyncClient
-
Packages that use PricingAsyncClient 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 PricingAsyncClient in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing that return PricingAsyncClient Modifier and Type Method Description static PricingAsyncClientPricingAsyncClient. create()Create aPricingAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PricingAsyncClient in software.amazon.awssdk.services.pricing.paginators
Constructors in software.amazon.awssdk.services.pricing.paginators with parameters of type PricingAsyncClient Constructor Description DescribeServicesPublisher(PricingAsyncClient client, DescribeServicesRequest firstRequest)GetAttributeValuesPublisher(PricingAsyncClient client, GetAttributeValuesRequest firstRequest)GetProductsPublisher(PricingAsyncClient client, GetProductsRequest firstRequest)ListPriceListsPublisher(PricingAsyncClient client, ListPriceListsRequest firstRequest)
-