Uses of Class
software.amazon.awssdk.services.pricing.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.pricing.model -
-
Uses of Filter in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>GetProductsRequest. filters()The list of filters that limit the returned products.Methods in software.amazon.awssdk.services.pricing.model with parameters of type Filter Modifier and Type Method Description GetProductsRequest.BuilderGetProductsRequest.Builder. filters(Filter... filters)The list of filters that limit the returned products.Method parameters in software.amazon.awssdk.services.pricing.model with type arguments of type Filter Modifier and Type Method Description GetProductsRequest.BuilderGetProductsRequest.Builder. filters(Collection<Filter> filters)The list of filters that limit the returned products.
-