| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseCountingType |
LicenseCountingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LicenseCountingType |
GetLicenseConfigurationResponse.licenseCountingType()
Dimension for which the licenses are counted.
|
LicenseCountingType |
CreateLicenseConfigurationRequest.licenseCountingType()
Dimension used to track the license inventory.
|
LicenseCountingType |
LicenseConfiguration.licenseCountingType()
Dimension to use to track the license inventory.
|
static LicenseCountingType |
LicenseCountingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseCountingType[] |
LicenseCountingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LicenseCountingType> |
LicenseCountingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension for which the licenses are counted.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension used to track the license inventory.
|
LicenseConfiguration.Builder |
LicenseConfiguration.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension to use to track the license inventory.
|
Copyright © 2023. All rights reserved.