Uses of Class
software.amazon.awssdk.services.pricing.model.GetPriceListFileUrlResponse
-
Packages that use GetPriceListFileUrlResponse 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 GetPriceListFileUrlResponse in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing that return GetPriceListFileUrlResponse Modifier and Type Method Description default GetPriceListFileUrlResponsePricingClient. getPriceListFileUrl(Consumer<GetPriceListFileUrlRequest.Builder> getPriceListFileUrlRequest)This feature is in preview release and is subject to change.default GetPriceListFileUrlResponsePricingClient. getPriceListFileUrl(GetPriceListFileUrlRequest getPriceListFileUrlRequest)This feature is in preview release and is subject to change.Methods in software.amazon.awssdk.services.pricing that return types with arguments of type GetPriceListFileUrlResponse Modifier and Type Method Description default CompletableFuture<GetPriceListFileUrlResponse>PricingAsyncClient. getPriceListFileUrl(Consumer<GetPriceListFileUrlRequest.Builder> getPriceListFileUrlRequest)This feature is in preview release and is subject to change.default CompletableFuture<GetPriceListFileUrlResponse>PricingAsyncClient. getPriceListFileUrl(GetPriceListFileUrlRequest getPriceListFileUrlRequest)This feature is in preview release and is subject to change.
-