| 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<UpdateLicenseConfigurationResult> |
AWSLicenseManagerAsyncClient.updateLicenseConfigurationAsync(UpdateLicenseConfigurationRequest request,
AsyncHandler<UpdateLicenseConfigurationRequest,UpdateLicenseConfigurationResult> asyncHandler) |
Future<UpdateLicenseConfigurationResult> |
AWSLicenseManagerAsync.updateLicenseConfigurationAsync(UpdateLicenseConfigurationRequest updateLicenseConfigurationRequest,
AsyncHandler<UpdateLicenseConfigurationRequest,UpdateLicenseConfigurationResult> asyncHandler)
Modifies the attributes of an existing license configuration.
|
Future<UpdateLicenseConfigurationResult> |
AbstractAWSLicenseManagerAsync.updateLicenseConfigurationAsync(UpdateLicenseConfigurationRequest request,
AsyncHandler<UpdateLicenseConfigurationRequest,UpdateLicenseConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.clone() |
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withDescription(String description)
New description of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withDisassociateWhenNotFound(Boolean disassociateWhenNotFound)
When true, disassociates a resource when software is uninstalled.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseCount(Long licenseCount)
New number of licenses managed by the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseCountHardLimit(Boolean licenseCountHardLimit)
New hard limit of the number of available licenses.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseRules(Collection<String> licenseRules)
New license rule.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseRules(String... licenseRules)
New license rule.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withName(String name)
New name of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withProductInformationList(Collection<ProductInformation> productInformationList)
New product information.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withProductInformationList(ProductInformation... productInformationList)
New product information.
|
Copyright © 2024. All rights reserved.