Uses of Interface
software.amazon.awssdk.services.pricing.PricingBaseClientBuilder
-
Packages that use PricingBaseClientBuilder 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. -
-
Uses of PricingBaseClientBuilder in software.amazon.awssdk.services.pricing
Classes in software.amazon.awssdk.services.pricing with type parameters of type PricingBaseClientBuilder Modifier and Type Interface Description interfacePricingBaseClientBuilder<B extends PricingBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Pricing that is supported by bothPricingClientBuilderandPricingAsyncClientBuilder.Subinterfaces of PricingBaseClientBuilder in software.amazon.awssdk.services.pricing Modifier and Type Interface Description interfacePricingAsyncClientBuilderA builder for creating an instance ofPricingAsyncClient.interfacePricingClientBuilderA builder for creating an instance ofPricingClient.
-