Uses of Class
software.amazon.awssdk.services.licensemanager.model.ProductInformationFilter
-
Packages that use ProductInformationFilter Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ProductInformationFilter in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ProductInformationFilter Modifier and Type Method Description List<ProductInformationFilter>ProductInformation. productInformationFilterList()A Product information filter consists of aProductInformationFilterComparatorwhich is a logical operator, aProductInformationFilterNamewhich specifies the type of filter being declared, and aProductInformationFilterValuethat specifies the value to filter on.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ProductInformationFilter Modifier and Type Method Description ProductInformation.BuilderProductInformation.Builder. productInformationFilterList(ProductInformationFilter... productInformationFilterList)A Product information filter consists of aProductInformationFilterComparatorwhich is a logical operator, aProductInformationFilterNamewhich specifies the type of filter being declared, and aProductInformationFilterValuethat specifies the value to filter on.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type ProductInformationFilter Modifier and Type Method Description ProductInformation.BuilderProductInformation.Builder. productInformationFilterList(Collection<ProductInformationFilter> productInformationFilterList)A Product information filter consists of aProductInformationFilterComparatorwhich is a logical operator, aProductInformationFilterNamewhich specifies the type of filter being declared, and aProductInformationFilterValuethat specifies the value to filter on.
-