Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseServerHealthStatus
-
Packages that use LicenseServerHealthStatus Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of LicenseServerHealthStatus in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return LicenseServerHealthStatus Modifier and Type Method Description static LicenseServerHealthStatusLicenseServerHealthStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseServerHealthStatusLicenseServer. healthStatus()The health status of the RDS license server.static LicenseServerHealthStatusLicenseServerHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseServerHealthStatus[]LicenseServerHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type LicenseServerHealthStatus Modifier and Type Method Description static Set<LicenseServerHealthStatus>LicenseServerHealthStatus. knownValues()Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type LicenseServerHealthStatus Modifier and Type Method Description LicenseServer.BuilderLicenseServer.Builder. healthStatus(LicenseServerHealthStatus healthStatus)The health status of the RDS license server.
-