| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ProductInformation |
ProductInformation.clone() |
ProductInformation |
ProductInformation.withProductInformationFilterList(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 |
ProductInformation.withProductInformationFilterList(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 |
ProductInformation.withResourceType(String resourceType)
Resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductInformation> |
LicenseConfiguration.getProductInformationList()
Product information.
|
List<ProductInformation> |
GetLicenseConfigurationResult.getProductInformationList()
Product information.
|
List<ProductInformation> |
CreateLicenseConfigurationRequest.getProductInformationList()
Product information.
|
List<ProductInformation> |
UpdateLicenseConfigurationRequest.getProductInformationList()
New product information.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseConfiguration |
LicenseConfiguration.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withProductInformationList(ProductInformation... productInformationList)
New product information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseConfiguration.setProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
void |
GetLicenseConfigurationResult.setProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
void |
CreateLicenseConfigurationRequest.setProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
void |
UpdateLicenseConfigurationRequest.setProductInformationList(Collection<ProductInformation> productInformationList)
New product information.
|
LicenseConfiguration |
LicenseConfiguration.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withProductInformationList(Collection<ProductInformation> productInformationList)
New product information.
|
Copyright © 2023. All rights reserved.