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