| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProductInformationFilter> |
ProductInformation.productInformationFilterList()
A Product information filter consists of a
ProductInformationFilterComparator which is a logical
operator, a ProductInformationFilterName which specifies the type of filter being declared, and a
ProductInformationFilterValue that specifies the value to filter on. |
| Modifier and Type | Method and Description |
|---|---|
ProductInformation.Builder |
ProductInformation.Builder.productInformationFilterList(ProductInformationFilter... productInformationFilterList)
A Product information filter consists of a
ProductInformationFilterComparator which is a logical
operator, a ProductInformationFilterName which specifies the type of filter being declared, and
a ProductInformationFilterValue that specifies the value to filter on. |
| Modifier and Type | Method and Description |
|---|---|
ProductInformation.Builder |
ProductInformation.Builder.productInformationFilterList(Collection<ProductInformationFilter> productInformationFilterList)
A Product information filter consists of a
ProductInformationFilterComparator which is a logical
operator, a ProductInformationFilterName which specifies the type of filter being declared, and
a ProductInformationFilterValue that specifies the value to filter on. |
Copyright © 2023. All rights reserved.