| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
|
| 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 object.
|
default CompletableFuture<UpdateLicenseConfigurationResponse> |
LicenseManagerAsyncClient.updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)
Modifies the attributes of an existing license configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.builder() |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.description(String description)
New human-friendly description of the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationArn(String licenseConfigurationArn)
ARN for a license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)
New status of the license configuration (
ACTIVE or INACTIVE). |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseConfigurationStatus(String licenseConfigurationStatus)
New status of the license configuration (
ACTIVE or INACTIVE). |
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCount(Long licenseCount)
New number of licenses managed by the license configuration.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
|
UpdateLicenseConfigurationRequest.Builder |
UpdateLicenseConfigurationRequest.Builder.licenseRules(String... licenseRules)
List of flexible text strings designating license rules.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLicenseConfigurationRequest.Builder> |
UpdateLicenseConfigurationRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.