| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLicenseConfigurationResponse |
LicenseManagerClient.updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)
Modifies the attributes of an existing license configuration.
|
default CompletableFuture<UpdateLicenseConfigurationResponse> |
LicenseManagerAsyncClient.updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)
Modifies the attributes of an existing license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.builder() |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.description(String description)
New description of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.disassociateWhenNotFound(Boolean disassociateWhenNotFound)
When true, disassociates a resource when software is uninstalled.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCount(Long licenseCount)
New number of licenses managed by the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit)
New hard limit of the number of available licenses.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(Collection<String> licenseRules)
New license rule.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(String... licenseRules)
New license rule.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.name(String name)
New name of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(Collection<ProductInformation> productInformationList)
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(Consumer<ProductInformation.Builder>... productInformationList)
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.productInformationList(ProductInformation... productInformationList)
New product information.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLicenseConfigurationRequest.Builder> |
UpdateLicenseConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.