Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseConfiguration
-
Packages that use LicenseConfiguration Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseConfiguration in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseConfiguration Modifier and Type Method Description List<LicenseConfiguration>ListLicenseConfigurationsResponse. licenseConfigurations()Information about the license configurations.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseConfiguration Modifier and Type Method Description ListLicenseConfigurationsResponse.BuilderListLicenseConfigurationsResponse.Builder. licenseConfigurations(LicenseConfiguration... licenseConfigurations)Information about the license configurations.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type LicenseConfiguration Modifier and Type Method Description ListLicenseConfigurationsResponse.BuilderListLicenseConfigurationsResponse.Builder. licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)Information about the license configurations.
-