Uses of Class
software.amazon.awssdk.services.pricing.model.GetProductsRequest
-
Packages that use GetProductsRequest 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 software.amazon.awssdk.services.pricing.transform -
-
Uses of GetProductsRequest in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing with parameters of type GetProductsRequest Modifier and Type Method Description default CompletableFuture<GetProductsResponse>PricingAsyncClient. getProducts(GetProductsRequest 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.default GetProductsPublisherPricingAsyncClient. getProductsPaginator(GetProductsRequest getProductsRequest)Returns a list of all products that match the filter criteria.default GetProductsIterablePricingClient. getProductsPaginator(GetProductsRequest getProductsRequest)Returns a list of all products that match the filter criteria. -
Uses of GetProductsRequest in software.amazon.awssdk.services.pricing.paginators
Constructors in software.amazon.awssdk.services.pricing.paginators with parameters of type GetProductsRequest Constructor Description GetProductsIterable(PricingClient client, GetProductsRequest firstRequest)GetProductsPublisher(PricingAsyncClient client, GetProductsRequest firstRequest) -
Uses of GetProductsRequest in software.amazon.awssdk.services.pricing.transform
Methods in software.amazon.awssdk.services.pricing.transform with parameters of type GetProductsRequest Modifier and Type Method Description SdkHttpFullRequestGetProductsRequestMarshaller. marshall(GetProductsRequest getProductsRequest)
-