Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseCountingType
-
Packages that use LicenseCountingType Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseCountingType in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return LicenseCountingType Modifier and Type Method Description static LicenseCountingTypeLicenseCountingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseCountingTypeCreateLicenseConfigurationRequest. licenseCountingType()Dimension used to track the license inventory.LicenseCountingTypeGetLicenseConfigurationResponse. licenseCountingType()Dimension for which the licenses are counted.LicenseCountingTypeLicenseConfiguration. licenseCountingType()Dimension to use to track the license inventory.static LicenseCountingTypeLicenseCountingType. 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.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseCountingType Modifier and Type Method Description static Set<LicenseCountingType>LicenseCountingType. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseCountingType Modifier and Type Method Description CreateLicenseConfigurationRequest.BuilderCreateLicenseConfigurationRequest.Builder. licenseCountingType(LicenseCountingType licenseCountingType)Dimension used to track the license inventory.GetLicenseConfigurationResponse.BuilderGetLicenseConfigurationResponse.Builder. licenseCountingType(LicenseCountingType licenseCountingType)Dimension for which the licenses are counted.LicenseConfiguration.BuilderLicenseConfiguration.Builder. licenseCountingType(LicenseCountingType licenseCountingType)Dimension to use to track the license inventory.
-