| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLicenseConfigurationResult> |
AbstractAWSLicenseManagerAsync.createLicenseConfigurationAsync(CreateLicenseConfigurationRequest request,
AsyncHandler<CreateLicenseConfigurationRequest,CreateLicenseConfigurationResult> asyncHandler) |
Future<CreateLicenseConfigurationResult> |
AWSLicenseManagerAsyncClient.createLicenseConfigurationAsync(CreateLicenseConfigurationRequest request,
AsyncHandler<CreateLicenseConfigurationRequest,CreateLicenseConfigurationResult> asyncHandler) |
Future<CreateLicenseConfigurationResult> |
AWSLicenseManagerAsync.createLicenseConfigurationAsync(CreateLicenseConfigurationRequest createLicenseConfigurationRequest,
AsyncHandler<CreateLicenseConfigurationRequest,CreateLicenseConfigurationResult> asyncHandler)
Creates a license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.clone() |
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withDescription(String description)
Description of the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withDisassociateWhenNotFound(Boolean disassociateWhenNotFound)
When true, disassociates a resource when software is uninstalled.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseCount(Long licenseCount)
Number of licenses managed by the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseCountHardLimit(Boolean licenseCountHardLimit)
Indicates whether hard or soft license enforcement is used.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseCountingType(LicenseCountingType licenseCountingType)
Dimension used to track the license inventory.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseCountingType(String licenseCountingType)
Dimension used to track the license inventory.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseRules(Collection<String> licenseRules)
License rules.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withLicenseRules(String... licenseRules)
License rules.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withName(String name)
Name of the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withProductInformationList(Collection<ProductInformation> productInformationList)
Product information.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withProductInformationList(ProductInformation... productInformationList)
Product information.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withTags(Collection<Tag> tags)
Tags to add to the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withTags(Tag... tags)
Tags to add to the license configuration.
|
Copyright © 2023. All rights reserved.