Uses of Class
software.amazon.awssdk.services.licensemanager.model.ProductInformation
-
Packages that use ProductInformation Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ProductInformation in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ProductInformation Modifier and Type Method Description List<ProductInformation>CreateLicenseConfigurationRequest. productInformationList()Product information.List<ProductInformation>GetLicenseConfigurationResponse. productInformationList()Product information.List<ProductInformation>LicenseConfiguration. productInformationList()Product information.List<ProductInformation>UpdateLicenseConfigurationRequest. productInformationList()New product information.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ProductInformation Modifier and Type Method Description CreateLicenseConfigurationRequest.BuilderCreateLicenseConfigurationRequest.Builder. productInformationList(ProductInformation... productInformationList)Product information.GetLicenseConfigurationResponse.BuilderGetLicenseConfigurationResponse.Builder. productInformationList(ProductInformation... productInformationList)Product information.LicenseConfiguration.BuilderLicenseConfiguration.Builder. productInformationList(ProductInformation... productInformationList)Product information.UpdateLicenseConfigurationRequest.BuilderUpdateLicenseConfigurationRequest.Builder. productInformationList(ProductInformation... productInformationList)New product information.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type ProductInformation Modifier and Type Method Description CreateLicenseConfigurationRequest.BuilderCreateLicenseConfigurationRequest.Builder. productInformationList(Collection<ProductInformation> productInformationList)Product information.GetLicenseConfigurationResponse.BuilderGetLicenseConfigurationResponse.Builder. productInformationList(Collection<ProductInformation> productInformationList)Product information.LicenseConfiguration.BuilderLicenseConfiguration.Builder. productInformationList(Collection<ProductInformation> productInformationList)Product information.UpdateLicenseConfigurationRequest.BuilderUpdateLicenseConfigurationRequest.Builder. productInformationList(Collection<ProductInformation> productInformationList)New product information.
-