| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductInformation.Builder |
ProductInformation.builder() |
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. |
ProductInformation.Builder |
ProductInformation.Builder.productInformationFilterList(Consumer<ProductInformationFilter.Builder>... 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. |
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. |
ProductInformation.Builder |
ProductInformation.Builder.resourceType(String resourceType)
Resource type.
|
ProductInformation.Builder |
ProductInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProductInformation.Builder> |
ProductInformation.serializableBuilderClass() |
Copyright © 2022. All rights reserved.