Uses of Class
software.amazon.awssdk.services.pricing.model.GetProductsResponse
-
Packages that use GetProductsResponse 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 GetProductsResponse in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing that return GetProductsResponse Modifier and Type Method Description default GetProductsResponsePricingClient. getProducts(Consumer<GetProductsRequest.Builder> getProductsRequest)Returns a list of all products that match the filter criteria.default GetProductsResponsePricingClient. getProducts(GetProductsRequest getProductsRequest)Returns a list of all products that match the filter criteria.Methods in software.amazon.awssdk.services.pricing that return types with arguments of type GetProductsResponse Modifier and Type Method Description default CompletableFuture<GetProductsResponse>PricingAsyncClient. getProducts(Consumer<GetProductsRequest.Builder> getProductsRequest)Returns a list of all products that match the filter criteria.default CompletableFuture<GetProductsResponse>PricingAsyncClient. getProducts(GetProductsRequest getProductsRequest)Returns a list of all products that match the filter criteria. -
Uses of GetProductsResponse in software.amazon.awssdk.services.pricing.paginators
Methods in software.amazon.awssdk.services.pricing.paginators that return types with arguments of type GetProductsResponse Modifier and Type Method Description Iterator<GetProductsResponse>GetProductsIterable. iterator()Method parameters in software.amazon.awssdk.services.pricing.paginators with type arguments of type GetProductsResponse Modifier and Type Method Description voidGetProductsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetProductsResponse> subscriber)
-