| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static EntitlementDataUnit |
EntitlementDataUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EntitlementDataUnit |
EntitlementData.unit()
Entitlement data unit.
|
EntitlementDataUnit |
EntitlementUsage.unit()
Entitlement usage unit.
|
static EntitlementDataUnit |
EntitlementDataUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitlementDataUnit[] |
EntitlementDataUnit.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<EntitlementDataUnit> |
EntitlementDataUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EntitlementData.Builder |
EntitlementData.Builder.unit(EntitlementDataUnit unit)
Entitlement data unit.
|
EntitlementUsage.Builder |
EntitlementUsage.Builder.unit(EntitlementDataUnit unit)
Entitlement usage unit.
|
Copyright © 2022. All rights reserved.