| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLicenseConfigurationResponse |
LicenseManagerClient.createLicenseConfiguration(Consumer<CreateLicenseConfigurationRequest.Builder> createLicenseConfigurationRequest)
Creates a new license configuration object.
|
default CompletableFuture<CreateLicenseConfigurationResponse> |
LicenseManagerAsyncClient.createLicenseConfiguration(Consumer<CreateLicenseConfigurationRequest.Builder> createLicenseConfigurationRequest)
Creates a new license configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.builder() |
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.description(String description)
Human-friendly description of the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCount(Long licenseCount)
Number of licenses managed by the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit)
Flag indicating whether hard or soft license enforcement is used.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension to use to track the license inventory.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountingType(String licenseCountingType)
Dimension to use to track the license inventory.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseRules(Collection<String> licenseRules)
Array of configured License Manager rules.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseRules(String... licenseRules)
Array of configured License Manager rules.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.name(String name)
Name of the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resources during launch.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resources during launch.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Tag... tags)
The tags to apply to the resources during launch.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLicenseConfigurationRequest.Builder> |
CreateLicenseConfigurationRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.