| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLicenseConfigurationResult> |
AWSLicenseManagerAsyncClient.updateLicenseConfigurationAsync(UpdateLicenseConfigurationRequest request,
AsyncHandler<UpdateLicenseConfigurationRequest,UpdateLicenseConfigurationResult> asyncHandler) |
Future<UpdateLicenseConfigurationResult> |
AbstractAWSLicenseManagerAsync.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 object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.clone() |
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withDescription(String description)
New human-friendly description of the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationArn(String licenseConfigurationArn)
ARN for a license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration (
ACTIVE or INACTIVE). |
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration (
ACTIVE or INACTIVE). |
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseCount(Long licenseCount)
New number of licenses managed by the license configuration.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withLicenseRules(String... licenseRules)
List of flexible text strings designating license rules.
|
UpdateLicenseConfigurationRequest |
UpdateLicenseConfigurationRequest.withName(String name)
New name of the license configuration.
|
Copyright © 2019. All rights reserved.