Uses of Class
software.amazon.awssdk.services.licensemanager.model.EntitlementUnit
-
Packages that use EntitlementUnit Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of EntitlementUnit in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return EntitlementUnit Modifier and Type Method Description static EntitlementUnitEntitlementUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntitlementUnitEntitlement. unit()Entitlement unit.static EntitlementUnitEntitlementUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static EntitlementUnit[]EntitlementUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type EntitlementUnit Modifier and Type Method Description static Set<EntitlementUnit>EntitlementUnit. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type EntitlementUnit Modifier and Type Method Description Entitlement.BuilderEntitlement.Builder. unit(EntitlementUnit unit)Entitlement unit.
-