Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseConfigurationStatus
-
Packages that use LicenseConfigurationStatus Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseConfigurationStatus in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return LicenseConfigurationStatus Modifier and Type Method Description static LicenseConfigurationStatusLicenseConfigurationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseConfigurationStatusUpdateLicenseConfigurationRequest. licenseConfigurationStatus()New status of the license configuration.static LicenseConfigurationStatusLicenseConfigurationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseConfigurationStatus[]LicenseConfigurationStatus. 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 LicenseConfigurationStatus Modifier and Type Method Description static Set<LicenseConfigurationStatus>LicenseConfigurationStatus. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseConfigurationStatus Modifier and Type Method Description UpdateLicenseConfigurationRequest.BuilderUpdateLicenseConfigurationRequest.Builder. licenseConfigurationStatus(LicenseConfigurationStatus licenseConfigurationStatus)New status of the license configuration.
-